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 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" ,
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ export const fundingEligibility = {
8383 multibanco : {
8484 eligible : false ,
8585 } ,
86+ satispay : {
87+ eligible : false ,
88+ } ,
8689} ;
8790
8891export const testGlobals = {
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ window.__TEST_FUNDING_ELIGIBILITY__ = {
8383 multibanco : {
8484 eligible : false ,
8585 } ,
86+ satispay : {
87+ eligible : false ,
88+ } ,
8689} ;
8790
8891window . __TEST_REMEMBERED_FUNDING__ = [ ] ;
You can’t perform that action at this time.
0 commit comments