소스 검색

生产的paypal

zhangdehua 1 년 전
부모
커밋
90dc8b7298
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 1
      config/paypal.php

+ 10 - 1
config/paypal.php

@@ -1,9 +1,18 @@
 <?php
 return [
+    'mode' => 'live',//live,sandbox
+    'web_hook_id' => '',
+    'client_id' => 'AfmEA9Ai4LPC6UPAcidZOGksXNPd0a4aFWocYofDcjixb3LlHJPQNwn8W4K-723PDzvElRVW3FmwmTMc',
+    'secret' => 'EGPeeOouMr4hLzPFtN16l1kcRi7lFbyjQVeWscKyFcn3jK-E5muOvh-5MaYUM1gIWYpVdQx1L0ywmZPs',
+    'return_url' => '/index/checkout/payPayExecutePay/orderNo/%s/token/%s',//'https://lar.lmm.gold/api/index/index',//vp.com/index.php/api/checkout/payPayExecutePay/orderNo/9999
+    'cancel_url' => '/index/index/index.html',//'https://lar.lmm.gold/store/index.html',
+];
+
+/*return [
     'mode' => 'sandbox',//live,sandbox
     'web_hook_id' => '3NP026061E6858914',
     'client_id' => 'AS0FH780ZGtSAdpT1NTjwkFzryCPf69rZb_FR9Rt_rZdasB80cmjqTQ6CQELWiFVh_MU9e31CSnyz7Ai',
     'secret' => 'EDqRQhgLNHCb5bxld98T8-JJJZKvMIeqxudO7lMwDFOxBfy138PjM5A21FnDNyb3q4yYUh8r7Qr2BnVi',
     'return_url' => '/index/checkout/payPayExecutePay/orderNo/%s/token/%s',//'https://lar.lmm.gold/api/index/index',//vp.com/index.php/api/checkout/payPayExecutePay/orderNo/9999
     'cancel_url' => '/index/index/index.html',//'https://lar.lmm.gold/store/index.html',
-];
+];*/