Skip to content

Commit

Permalink
Add satispay (#60)
Browse files Browse the repository at this point in the history
* add new apms

* only enable satispay

* bump packages

* bump

Co-authored-by: JianyiGao <[email protected]>
  • Loading branch information
JianyiGao and JianyiGao authored Nov 3, 2022
1 parent 1cb426b commit c873df4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions test/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ export const fundingEligibility = {
multibanco: {
eligible: false,
},
satispay: {
eligible: false,
},
};

export const testGlobals = {
Expand Down
3 changes: 3 additions & 0 deletions test/integration/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ window.__TEST_FUNDING_ELIGIBILITY__ = {
multibanco: {
eligible: false,
},
satispay: {
eligible: false,
},
};

window.__TEST_REMEMBERED_FUNDING__ = [];
Expand Down

0 comments on commit c873df4

Please sign in to comment.