mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +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
|
@ -33,7 +33,7 @@ class CardView {
|
|||
|
||||
const cardIcons = {
|
||||
'VISA': 'visa-dark.svg',
|
||||
'MASTERCARD_CARD': 'mastercard-dark.svg',
|
||||
'MASTER_CARD': 'mastercard-dark.svg',
|
||||
'AMEX': 'amex.svg',
|
||||
'DISCOVER': 'discover.svg',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue