Skip to content

Commit

Permalink
ci: use sandbox urls (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy authored Jul 19, 2023
1 parent 493c4f2 commit 4f3eb23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const testGlobals = {
},

__PORT__: 8000,
__STAGE_HOST__: "msmaster.qa.paypal.com",
__STAGE_HOST__: "sandbox.paypal.com",
__HOST__: "test.paypal.com",
__HOSTNAME__: "test.paypal.com",
__SDK_HOST__: "test.paypal.com",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ window.__TEST_FUNDING_ELIGIBILITY__ = {

window.__TEST_REMEMBERED_FUNDING__ = [];
window.__PAYPAL_DOMAIN__ = "mock://www.paypal.com";
window.__PAYPAL_API_DOMAIN__ = "mock://msmaster.qa.paypal.com";
window.__PAYPAL_API_DOMAIN__ = "mock://sandbox.paypal.com";

0 comments on commit 4f3eb23

Please sign in to comment.