diff --git a/package.json b/package.json index b0ed7640..8b7f4233 100644 --- a/package.json +++ b/package.json @@ -75,8 +75,8 @@ }, "dependencies": { "@paypal/sdk-client": "^4.0.166", - "@paypal/sdk-constants": "^1.0.114", - "@paypal/sdk-logos": "^2.0.0", + "@paypal/sdk-constants": "^1.0.127", + "@paypal/sdk-logos": "^2.0.2", "@krakenjs/belter": "^2.0.0", "@krakenjs/jsx-pragmatic": "^3.0.0", "@krakenjs/post-robot": "^11.0.0", diff --git a/test/globals.js b/test/globals.js index e0142c46..620dea03 100644 --- a/test/globals.js +++ b/test/globals.js @@ -83,6 +83,9 @@ export const fundingEligibility = { multibanco: { eligible: false, }, + satispay: { + eligible: false, + }, }; export const testGlobals = { diff --git a/test/integration/globals.js b/test/integration/globals.js index 4775e829..5920a452 100644 --- a/test/integration/globals.js +++ b/test/integration/globals.js @@ -83,6 +83,9 @@ window.__TEST_FUNDING_ELIGIBILITY__ = { multibanco: { eligible: false, }, + satispay: { + eligible: false, + }, }; window.__TEST_REMEMBERED_FUNDING__ = [];