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
|
@ -32,10 +32,10 @@ class CardView {
|
||||||
const expiry = data.value('expiry').split('-');
|
const expiry = data.value('expiry').split('-');
|
||||||
|
|
||||||
const cardIcons = {
|
const cardIcons = {
|
||||||
'VISA': 'visa-dark.svg',
|
'VISA': 'visa-dark.svg',
|
||||||
'MASTERCARD_CARD': 'mastercard-dark.svg',
|
'MASTER_CARD': 'mastercard-dark.svg',
|
||||||
'AMEX': 'amex.svg',
|
'AMEX': 'amex.svg',
|
||||||
'DISCOVER': 'discover.svg',
|
'DISCOVER': 'discover.svg',
|
||||||
};
|
};
|
||||||
|
|
||||||
return `
|
return `
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue