Revert OpenID Connect endsession change

This commit is contained in:
Bryant Luk
2016-08-18 14:10:28 -05:00
parent b5c4c6937b
commit e4aad7c1ea
3 changed files with 5 additions and 5 deletions

View File

@@ -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";
}