forked from LiveCarta/PayPal-PHP-SDK
Reverted: Updates to API Urls
- api-s.sandbox.paypal.com is reverted to api.sandbox.paypal.com - api-s.paypal.com was reverted to api.paypal.com
This commit is contained in:
@@ -19,9 +19,9 @@ class PayPalConstants
|
||||
*/
|
||||
const APPROVAL_URL = 'approval_url';
|
||||
|
||||
const REST_SANDBOX_ENDPOINT = "https://api-s.sandbox.paypal.com/";
|
||||
const REST_SANDBOX_ENDPOINT = "https://api.sandbox.paypal.com/";
|
||||
const OPENID_REDIRECT_SANDBOX_URL = "https://www.sandbox.paypal.com/webapps/auth/protocol/openidconnect";
|
||||
|
||||
const REST_LIVE_ENDPOINT = "https://api-s.paypal.com/";
|
||||
const REST_LIVE_ENDPOINT = "https://api.paypal.com/";
|
||||
const OPENID_REDIRECT_LIVE_URL = "https://www.paypal.com/webapps/auth/protocol/openidconnect";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user