Skip to content

Commit c873df4

Browse files
authored
Add satispay (#60)
* add new apms * only enable satispay * bump packages * bump Co-authored-by: JianyiGao <[email protected]>
1 parent 1cb426b commit c873df4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
},
7676
"dependencies": {
7777
"@paypal/sdk-client": "^4.0.166",
78-
"@paypal/sdk-constants": "^1.0.114",
79-
"@paypal/sdk-logos": "^2.0.0",
78+
"@paypal/sdk-constants": "^1.0.127",
79+
"@paypal/sdk-logos": "^2.0.2",
8080
"@krakenjs/belter": "^2.0.0",
8181
"@krakenjs/jsx-pragmatic": "^3.0.0",
8282
"@krakenjs/post-robot": "^11.0.0",

test/globals.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ export const fundingEligibility = {
8383
multibanco: {
8484
eligible: false,
8585
},
86+
satispay: {
87+
eligible: false,
88+
},
8689
};
8790

8891
export const testGlobals = {

test/integration/globals.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ window.__TEST_FUNDING_ELIGIBILITY__ = {
8383
multibanco: {
8484
eligible: false,
8585
},
86+
satispay: {
87+
eligible: false,
88+
},
8689
};
8790

8891
window.__TEST_REMEMBERED_FUNDING__ = [];

0 commit comments

Comments
 (0)