Skip to content

Commit dc0a689

Browse files
authored
Adding Paidy (#58)
* adding paidy only * feat:adding dependent pr
1 parent 86efb0f commit dc0a689

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
@@ -78,8 +78,8 @@
7878
},
7979
"dependencies": {
8080
"@paypal/sdk-client": "^4.0.166",
81-
"@paypal/sdk-constants": "^1.0.127",
82-
"@paypal/sdk-logos": "^2.0.2",
81+
"@paypal/sdk-constants": "^1.0.128",
82+
"@paypal/sdk-logos": "^2.1.0",
8383
"@krakenjs/belter": "^2.0.0",
8484
"@krakenjs/jsx-pragmatic": "^3.0.0",
8585
"@krakenjs/post-robot": "^11.0.0",

test/globals.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ export const fundingEligibility = {
8686
satispay: {
8787
eligible: false,
8888
},
89+
paidy: {
90+
eligible: false,
91+
},
8992
};
9093

9194
export const testGlobals = {

test/integration/globals.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ window.__TEST_FUNDING_ELIGIBILITY__ = {
8686
satispay: {
8787
eligible: false,
8888
},
89+
paidy: {
90+
eligible: false,
91+
},
8992
};
9093

9194
window.__TEST_REMEMBERED_FUNDING__ = [];

0 commit comments

Comments
 (0)