forked from LiveCarta/PayPal-PHP-SDK
Revert OpenID Connect endsession change
This commit is contained in:
@@ -20,8 +20,8 @@ class PayPalConstants
|
||||
const APPROVAL_URL = 'approval_url';
|
||||
|
||||
const REST_SANDBOX_ENDPOINT = "https://api.sandbox.paypal.com/";
|
||||
const OPENID_REDIRECT_SANDBOX_URL = "https://www.sandbox.paypal.com/signin";
|
||||
const OPENID_REDIRECT_SANDBOX_URL = "https://www.sandbox.paypal.com";
|
||||
|
||||
const REST_LIVE_ENDPOINT = "https://api.paypal.com/";
|
||||
const OPENID_REDIRECT_LIVE_URL = "https://www.paypal.com/signin";
|
||||
const OPENID_REDIRECT_LIVE_URL = "https://www.paypal.com";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user