paypal.php 483 B

123456789
  1. <?php
  2. return [
  3. 'mode' => 'sandbox',//live,sandbox
  4. 'web_hook_id' => '3NP026061E6858914',
  5. 'client_id' => 'AS0FH780ZGtSAdpT1NTjwkFzryCPf69rZb_FR9Rt_rZdasB80cmjqTQ6CQELWiFVh_MU9e31CSnyz7Ai',
  6. 'secret' => 'EDqRQhgLNHCb5bxld98T8-JJJZKvMIeqxudO7lMwDFOxBfy138PjM5A21FnDNyb3q4yYUh8r7Qr2BnVi',
  7. 'return_url' => 'https://lar.lmm.gold/api/index/index',//vp.com/index.php/api/checkout/payPayExecutePay/orderNo/9999
  8. 'cancel_url' => 'https://lar.lmm.gold/store/index.html',
  9. ];