paypal.php 1.1 KB

123456789101112131415161718
  1. <?php
  2. return [
  3. 'mode' => 'sandbox',//live,sandbox
  4. 'web_hook_id' => '',
  5. 'client_id' => 'AfmEA9Ai4LPC6UPAcidZOGksXNPd0a4aFWocYofDcjixb3LlHJPQNwn8W4K-723PDzvElRVW3FmwmTMc',
  6. 'secret' => 'EGPeeOouMr4hLzPFtN16l1kcRi7lFbyjQVeWscKyFcn3jK-E5muOvh-5MaYUM1gIWYpVdQx1L0ywmZPs',
  7. '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
  8. 'cancel_url' => '/index/index/index.html',//'https://lar.lmm.gold/store/index.html',
  9. ];
  10. /*return [
  11. 'mode' => 'sandbox',//live,sandbox
  12. 'web_hook_id' => '3NP026061E6858914',
  13. 'client_id' => 'AS0FH780ZGtSAdpT1NTjwkFzryCPf69rZb_FR9Rt_rZdasB80cmjqTQ6CQELWiFVh_MU9e31CSnyz7Ai',
  14. 'secret' => 'EDqRQhgLNHCb5bxld98T8-JJJZKvMIeqxudO7lMwDFOxBfy138PjM5A21FnDNyb3q4yYUh8r7Qr2BnVi',
  15. '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
  16. 'cancel_url' => '/index/index/index.html',//'https://lar.lmm.gold/store/index.html',
  17. ];*/