fix(SW-2122): Added correct credit card icon
Approved-by: Michael Zetterberg
This commit is contained in:
@@ -105,7 +105,7 @@ export const PAYMENT_METHOD_ICONS: Record<
|
||||
keyof typeof PaymentMethodEnum,
|
||||
string
|
||||
> = {
|
||||
card: "/_static/icons/payment/mastercard.svg",
|
||||
card: "/_static/icons/payment/card-generic.svg",
|
||||
swish: "/_static/icons/payment/swish.svg",
|
||||
vipps: "/_static/icons/payment/vipps.svg",
|
||||
mobilePay: "/_static/icons/payment/mobilepay.svg",
|
||||
|
||||
Reference in New Issue
Block a user