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 75
75
},
76
76
"dependencies" : {
77
77
"@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 " ,
80
80
"@krakenjs/belter" : " ^2.0.0" ,
81
81
"@krakenjs/jsx-pragmatic" : " ^3.0.0" ,
82
82
"@krakenjs/post-robot" : " ^11.0.0" ,
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ export const fundingEligibility = {
83
83
multibanco : {
84
84
eligible : false ,
85
85
} ,
86
+ satispay : {
87
+ eligible : false ,
88
+ } ,
86
89
} ;
87
90
88
91
export const testGlobals = {
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ window.__TEST_FUNDING_ELIGIBILITY__ = {
83
83
multibanco : {
84
84
eligible : false ,
85
85
} ,
86
+ satispay : {
87
+ eligible : false ,
88
+ } ,
86
89
} ;
87
90
88
91
window . __TEST_REMEMBERED_FUNDING__ = [ ] ;
You can’t perform that action at this time.
0 commit comments