seven 2 miesięcy temu
rodzic
commit
46269afe62
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/Payment/SanJinService.php

+ 1 - 1
app/Services/Payment/SanJinService.php

@@ -71,7 +71,7 @@ class SanJinService extends BaseService
         $data['amount'] = $amount;
         $data['orderNo'] = $order_no;
         $data['notifyUrl'] = $notify_url;
-        $data['payType'] = self::ALIPAY_TO_ALIPAY;
+        $data['payType'] = self::ALIPAY_TO_CARD;
         // $data['returnUrl'] = $return_url;
 
         $signStr = $merchant_id .  $order_no . $amount . $secret;