mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 14:52:22 +04:00
Added epayco Latin America payment gateway (#1449)
This commit is contained in:
Vendored
+7
@@ -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");
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+8
@@ -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");
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.7 KiB |
Vendored
+1
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.7 KiB |
@@ -1127,6 +1127,14 @@
|
||||
<td class="w-1"><span class="payment payment-provider-ebay-dark"></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Epayco</td>
|
||||
<td><code>epayco</code></td>
|
||||
<td class="w-1"><span class="payment payment-provider-epayco"></span>
|
||||
</td>
|
||||
<td class="w-1"><span class="payment payment-provider-epayco-dark"></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Eway</td>
|
||||
<td><code>eway</code></td>
|
||||
|
||||
Reference in New Issue
Block a user