paypal / merchant-sdk-php

PHP SDK for integrating with PayPal's Express Checkout / MassPay / Web Payments Pro APIs
Other
231 stars 201 forks source link

what's the redirect-url for live? #165

Closed mercuryPP closed 2 years ago

mercuryPP commented 4 years ago

the ExpressCheckout sample work great for sandbox environment.

Just wondering if I wanna it go live, what is the redirect-url($payPalURL)?

SetExpressCheckout.php line 195: $payPalURL = 'https://www.sandbox.paypal.com/webscr?cmd=_express-checkout&token=' . $token;

DGSetExpressCheckout.php line 121: echo "<br><br><br><br><br><br><br><br><a href=https://www.sandbox.paypal.com/incontext?token=$token />Click here to continue to https://www.sandbox.paypal.com/incontext?token=$token</a>";

devchristina commented 2 years ago

Closing due to lack of support, repo will be archived.