Added epayco Latin America payment gateway (#1449)

This commit is contained in:
Andres Aya
2023-02-01 21:57:10 +01:00
committed by GitHub
parent c3369f0106
commit bc070c6ef4
17 changed files with 52 additions and 5 deletions
+7
View File
@@ -161,6 +161,13 @@
background-image: url("../img/payments/ebay-dark.svg");
}
.payment-provider-epayco {
background-image: url("../img/payments/epayco.svg");
}
.payment-provider-epayco-dark {
background-image: url("../img/payments/epayco-dark.svg");
}
.payment-provider-eway {
background-image: url("../img/payments/eway.svg");
}
File diff suppressed because one or more lines are too long
+8
View File
@@ -161,6 +161,14 @@
background-image: url("../img/payments/ebay-dark.svg");
}
.payment-provider-epayco {
background-image: url("../img/payments/epayco.svg");
}
.payment-provider-epayco-dark {
background-image: url("../img/payments/epayco-dark.svg");
}
.payment-provider-eway {
background-image: url("../img/payments/eway.svg");
}
File diff suppressed because one or more lines are too long