@@ -345,6 +345,10 @@ public function dataProviderGetExpressCheckoutShortcutImageUrl()
345
345
'en_GB ' , null , null , Config::EC_FLAVOR_DYNAMIC , false , Config::EC_BUTTON_TYPE_SHORTCUT ,
346
346
'https://fpdbs.paypal.com/dynamicimageweb?cmd=_dynamic-image&buttontype=ecshortcut&locale=en_GB '
347
347
],
348
+ [
349
+ 'en_US ' , null , null , Config::EC_FLAVOR_STATIC , false , Config::EC_BUTTON_TYPE_MARK ,
350
+ 'https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-medium.png '
351
+ ],
348
352
[
349
353
'en_US ' , null , null , Config::EC_FLAVOR_STATIC , true , Config::EC_BUTTON_TYPE_SHORTCUT ,
350
354
'https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-medium.png ' ],
@@ -419,7 +423,11 @@ public function dataProviderGetPaymentMarkImageUrl()
419
423
[
420
424
'en_US ' , null , null , 'large ' , Config::EC_FLAVOR_STATIC , true ,
421
425
'https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-large.png '
422
- ]
426
+ ],
427
+ [
428
+ 'en_GB ' , null , null , 'affected ' , Config::EC_FLAVOR_STATIC , true ,
429
+ 'https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-medium.png '
430
+ ],
423
431
];
424
432
}
425
433
}
0 commit comments