File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 78
78
},
79
79
"dependencies" : {
80
80
"@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 " ,
83
83
"@krakenjs/belter" : " ^2.0.0" ,
84
84
"@krakenjs/jsx-pragmatic" : " ^3.0.0" ,
85
85
"@krakenjs/post-robot" : " ^11.0.0" ,
Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ export const fundingEligibility = {
86
86
satispay : {
87
87
eligible : false ,
88
88
} ,
89
+ paidy : {
90
+ eligible : false ,
91
+ } ,
89
92
} ;
90
93
91
94
export const testGlobals = {
Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ window.__TEST_FUNDING_ELIGIBILITY__ = {
86
86
satispay : {
87
87
eligible : false ,
88
88
} ,
89
+ paidy : {
90
+ eligible : false ,
91
+ } ,
89
92
} ;
90
93
91
94
window . __TEST_REMEMBERED_FUNDING__ = [ ] ;
You can’t perform that action at this time.
0 commit comments