1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-14 23:32:25 +04:00

Added epayco Latin America payment gateway (#1449)

This commit is contained in:
Andres Aya
2023-02-01 15:57:10 -05: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
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.7 KiB

+8
View File
@@ -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>
+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");
}
+1 -1
View File
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
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.7 KiB

+1
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.7 KiB

+2
View File
@@ -34,6 +34,8 @@
logo: "dwolla"
- name: "Ebay"
logo: "ebay"
- name: "Epayco"
logo: "epayco"
- name: "Eway"
logo: "eway"
- name: "Giropay"
+1 -1
View File
@@ -1,4 +1,4 @@
$payment-icons: ('2checkout', 'alipay', 'amazon', 'americanexpress', 'applepay', 'bancontact', 'bitcoin', 'bitpay', 'blik', 'cirrus', 'clickandbuy', 'coinkite', 'dinersclub', 'directdebit', 'discover', 'dotpay', 'dwolla', 'ebay', 'eway', 'giropay', 'googlewallet', 'ingenico', 'jcb', 'klarna', 'laser', 'maestro', 'mastercard', 'mir', 'monero', 'neteller', 'ogone', 'okpay', 'paybox', 'paymill', 'payone', 'payoneer', 'paypal', 'paysafecard', 'payu', 'payza', 'przelewy24', 'ripple', 'sage', 'sepa', 'shopify', 'skrill', 'solo', 'square', 'stripe', 'switch', 'tpay', 'ukash', 'unionpay', 'verifone', 'verisign', 'visa', 'webmoney', 'westernunion', 'worldpay');
$payment-icons: ('2checkout', 'alipay', 'amazon', 'americanexpress', 'applepay', 'bancontact', 'bitcoin', 'bitpay', 'blik', 'cirrus', 'clickandbuy', 'coinkite', 'dinersclub', 'directdebit', 'discover', 'dotpay', 'dwolla', 'ebay', 'epayco', 'eway', 'giropay', 'googlewallet', 'ingenico', 'jcb', 'klarna', 'laser', 'maestro', 'mastercard', 'mir', 'monero', 'neteller', 'ogone', 'okpay', 'paybox', 'paymill', 'payone', 'payoneer', 'paypal', 'paysafecard', 'payu', 'payza', 'przelewy24', 'ripple', 'sage', 'sepa', 'shopify', 'skrill', 'solo', 'square', 'stripe', 'switch', 'tpay', 'ukash', 'unionpay', 'verifone', 'verisign', 'visa', 'webmoney', 'westernunion', 'worldpay');
.payment {
width: 2rem * 1.66666;