Skip to content

Commit 4f3eb23

Browse files
authored
ci: use sandbox urls (#82)
1 parent 493c4f2 commit 4f3eb23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/globals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const testGlobals = {
9898
},
9999

100100
__PORT__: 8000,
101-
__STAGE_HOST__: "msmaster.qa.paypal.com",
101+
__STAGE_HOST__: "sandbox.paypal.com",
102102
__HOST__: "test.paypal.com",
103103
__HOSTNAME__: "test.paypal.com",
104104
__SDK_HOST__: "test.paypal.com",

test/integration/globals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ window.__TEST_FUNDING_ELIGIBILITY__ = {
8484

8585
window.__TEST_REMEMBERED_FUNDING__ = [];
8686
window.__PAYPAL_DOMAIN__ = "mock://www.paypal.com";
87-
window.__PAYPAL_API_DOMAIN__ = "mock://msmaster.qa.paypal.com";
87+
window.__PAYPAL_API_DOMAIN__ = "mock://sandbox.paypal.com";

0 commit comments

Comments
 (0)