mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
New payment provider (TROY) (#2146)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com> Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
5
.changeset/swift-dots-complain.md
Normal file
5
.changeset/swift-dots-complain.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
New payment provider (Troy)
|
||||||
1
core/img/payments/troy-dark.svg
Normal file
1
core/img/payments/troy-dark.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 5.4 KiB |
1
core/img/payments/troy.svg
Normal file
1
core/img/payments/troy.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 5.4 KiB |
@@ -1,4 +1,4 @@
|
|||||||
$payment-icons: ("2c2p", "2checkout", "adyen", "affirm", "alipay-plus", "alipay", "allegro-pay", "amazon-pay", "amazon", "americanexpress", "applepay", "authorize", "autopay", "bancontact", "binance-usd", "bitcoin", "bitpay", "bkash", "blik", "braintree", "cash-app", "chime", "cirrus", "clickandbuy", "coinkite", "dinersclub", "directdebit", "discover", "dotpay", "dwolla", "easypaisa", "ebay", "elo", "epayco", "esewa", "ethereum", "eway", "fonepay", "giropay", "google-pay", "googlewallet", "hubspot", "ingenico", "ideal", "imepay", "jcb", "khalti", "klarna", "laser", "litecoin", "maestro", "mastercard", "mercado-pago", "metamask", "mir", "monero", "moneygram", "neteller", "ogone", "okpay", "opensea", "paybox", "payconiq", "payka", "payline", "paymill", "payone", "payoneer", "paypal", "paypo", "paysafe", "paysafecard", "payu", "payza", "poli", "przelewy24", "revolut-pay", "ripple", "sage", "samsung-pay", "sepa", "shop-pay", "shopify", "skrill", "solana", "solo", "spingo", "square", "stax", "stripe", "switch", "tether", "tpay", "true-usd", "ukash", "unionpay", "venmo", "verifone", "verisign", "visa", "we-chat-pay", "webmoney", "westernunion", "wise", "worldpay", "zelle");
|
$payment-icons: ("2c2p", "2checkout", "adyen", "affirm", "alipay-plus", "alipay", "allegro-pay", "amazon-pay", "amazon", "americanexpress", "applepay", "authorize", "autopay", "bancontact", "binance-usd", "bitcoin", "bitpay", "bkash", "blik", "braintree", "cash-app", "chime", "cirrus", "clickandbuy", "coinkite", "dinersclub", "directdebit", "discover", "dotpay", "dwolla", "easypaisa", "ebay", "elo", "epayco", "esewa", "ethereum", "eway", "fonepay", "giropay", "google-pay", "googlewallet", "hubspot", "ingenico", "ideal", "imepay", "jcb", "khalti", "klarna", "laser", "litecoin", "maestro", "mastercard", "mercado-pago", "metamask", "mir", "monero", "moneygram", "neteller", "ogone", "okpay", "opensea", "paybox", "payconiq", "payka", "payline", "paymill", "payone", "payoneer", "paypal", "paypo", "paysafe", "paysafecard", "payu", "payza", "poli", "przelewy24", "revolut-pay", "ripple", "sage", "samsung-pay", "sepa", "shop-pay", "shopify", "skrill", "solana", "solo", "spingo", "square", "stax", "stripe", "switch", "tether", "tpay", "troy", "true-usd", "ukash", "unionpay", "venmo", "verifone", "verisign", "visa", "we-chat-pay", "webmoney", "westernunion", "wise", "worldpay", "zelle");
|
||||||
|
|
||||||
.payment {
|
.payment {
|
||||||
height: $avatar-size;
|
height: $avatar-size;
|
||||||
|
|||||||
@@ -135,6 +135,7 @@ Select an icon from the list of payment providers. Each icon comes in two color
|
|||||||
{ "name": "Switch", "code": "switch" },
|
{ "name": "Switch", "code": "switch" },
|
||||||
{ "name": "Tether", "code": "tether" },
|
{ "name": "Tether", "code": "tether" },
|
||||||
{ "name": "Tpay", "code": "tpay" },
|
{ "name": "Tpay", "code": "tpay" },
|
||||||
|
{ "name": "Troy", "code": "troy" },
|
||||||
{ "name": "True USD", "code": "true-usd" },
|
{ "name": "True USD", "code": "true-usd" },
|
||||||
{ "name": "Ukash", "code": "ukash" },
|
{ "name": "Ukash", "code": "ukash" },
|
||||||
{ "name": "UnionPay", "code": "unionpay" },
|
{ "name": "UnionPay", "code": "unionpay" },
|
||||||
|
|||||||
@@ -371,6 +371,10 @@
|
|||||||
"name": "Tpay",
|
"name": "Tpay",
|
||||||
"logo": "tpay"
|
"logo": "tpay"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Troy",
|
||||||
|
"logo": "troy"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "True USD",
|
"name": "True USD",
|
||||||
"logo": "true-usd"
|
"logo": "true-usd"
|
||||||
|
|||||||
Reference in New Issue
Block a user