We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493c4f2 commit 4f3eb23Copy full SHA for 4f3eb23
test/globals.js
@@ -98,7 +98,7 @@ export const testGlobals = {
98
},
99
100
__PORT__: 8000,
101
- __STAGE_HOST__: "msmaster.qa.paypal.com",
+ __STAGE_HOST__: "sandbox.paypal.com",
102
__HOST__: "test.paypal.com",
103
__HOSTNAME__: "test.paypal.com",
104
__SDK_HOST__: "test.paypal.com",
test/integration/globals.js
@@ -84,4 +84,4 @@ window.__TEST_FUNDING_ELIGIBILITY__ = {
84
85
window.__TEST_REMEMBERED_FUNDING__ = [];
86
window.__PAYPAL_DOMAIN__ = "mock://www.paypal.com";
87
-window.__PAYPAL_API_DOMAIN__ = "mock://msmaster.qa.paypal.com";
+window.__PAYPAL_API_DOMAIN__ = "mock://sandbox.paypal.com";
0 commit comments