|
@@ -1078,9 +1078,9 @@ class Customer extends Start_Controller {
|
|
|
{
|
|
|
$post['orderinfo'] = $sp['id'].date('ymdHis',time()).rand(0,1);//订单号
|
|
|
}
|
|
|
- if(empty($post['paypal'])){
|
|
|
- echo json_encode(array('msg'=>'交易号不可为空!','success'=>false));exit;
|
|
|
- }
|
|
|
+ // if(empty($post['paypal'])){
|
|
|
+ // echo json_encode(array('msg'=>'交易号不可为空!','success'=>false));exit;
|
|
|
+ // }
|
|
|
if($post['paypal'] != '')
|
|
|
{
|
|
|
$pp = $this->fullorder->get_paypal($post['paypal']);
|