mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix mastercard logo icon in AXO.
This commit is contained in:
parent
578a5426dc
commit
385d89f071
1 changed files with 4 additions and 4 deletions
|
@ -32,10 +32,10 @@ class CardView {
|
|||
const expiry = data.value('expiry').split('-');
|
||||
|
||||
const cardIcons = {
|
||||
'VISA': 'visa-dark.svg',
|
||||
'MASTERCARD_CARD': 'mastercard-dark.svg',
|
||||
'AMEX': 'amex.svg',
|
||||
'DISCOVER': 'discover.svg',
|
||||
'VISA': 'visa-dark.svg',
|
||||
'MASTER_CARD': 'mastercard-dark.svg',
|
||||
'AMEX': 'amex.svg',
|
||||
'DISCOVER': 'discover.svg',
|
||||
};
|
||||
|
||||
return `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue