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 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" ,
Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ export const fundingEligibility = {
8686 satispay : {
8787 eligible : false ,
8888 } ,
89+ paidy : {
90+ eligible : false ,
91+ } ,
8992} ;
9093
9194export const testGlobals = {
Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ window.__TEST_FUNDING_ELIGIBILITY__ = {
8686 satispay : {
8787 eligible : false ,
8888 } ,
89+ paidy : {
90+ eligible : false ,
91+ } ,
8992} ;
9093
9194window . __TEST_REMEMBERED_FUNDING__ = [ ] ;
You can’t perform that action at this time.
0 commit comments