Add new payment method icons
1
.gitignore
vendored
@ -654,5 +654,6 @@ frontend/static/admin*
|
||||
frontend/static/rest_framework*
|
||||
frontend/static/import_export*
|
||||
frontend/src/components/payment-methods/code*
|
||||
frontend/src/components/payment-methods/code/*
|
||||
frontend/src/components/payment-methods/webp*
|
||||
frontend/static/frontend/**
|
||||
|
@ -15,26 +15,11 @@ export const paymentMethods = [
|
||||
{name: "PromptPay",icon:'promptpay'},
|
||||
{name: "Bizum",icon:'bizum'},
|
||||
{name: "N26",icon:'n26'},
|
||||
{name: "Tinkoff",icon:'tinkoff'},
|
||||
{name: "TWINT",icon:'twint'},
|
||||
{name: "MBWay",icon:'mbway'},
|
||||
{name: "W1TTY",icon:'w1tty'},
|
||||
{name: "Amazon GiftCard",icon:'amazon'},
|
||||
{name: "Amazon USA GiftCard",icon:'amazonus'},
|
||||
{name: "Amazon DE GiftCard",icon:'amazonde'},
|
||||
{name: "Amazon AU GiftCard",icon:'amazonau'},
|
||||
{name: "Amazon SA GiftCard",icon:'amazonsa'},
|
||||
{name: "Amazon ES GiftCard",icon:'amazones'},
|
||||
{name: "Amazon CA GiftCard",icon:'amazonca'},
|
||||
{name: "Amazon CN GiftCard",icon:'amazoncn'},
|
||||
{name: "Amazon AE GiftCard",icon:'amazonae'},
|
||||
{name: "Amazon FR GiftCard",icon:'amazonfr'},
|
||||
{name: "Amazon NL GiftCard",icon:'amazonnl'},
|
||||
{name: "Amazon IN GiftCard",icon:'amazonin'},
|
||||
{name: "Amazon IT GiftCard",icon:'amazonit'},
|
||||
{name: "Amazon JP GiftCard",icon:'amazonjp'},
|
||||
{name: "Amazon MX GiftCard",icon:'amazonmx'},
|
||||
{name: "Amazon PL GiftCard",icon:'amazonpl'},
|
||||
{name: "Amazon UK GiftCard",icon:'amazonuk'},
|
||||
{name: "Amazon SE GiftCard",icon:'amazonse'},
|
||||
{name: "Amazon SG GiftCard",icon:'amazonsg'},
|
||||
{name: "Amazon TR GiftCard",icon:'amazontr'},
|
||||
{name: "AliPay", icon: 'alipay'},
|
||||
{name: "Bancolombia",icon:'bancolombia'},
|
||||
{name: "SPEI",icon:'spei'},
|
||||
@ -57,6 +42,25 @@ export const paymentMethods = [
|
||||
{name: "MoMo",icon:'momo'},
|
||||
{name: "Tigo Pesa",icon:'tigopesa'},
|
||||
{name: "Cash F2F",icon:'cash'},
|
||||
{name: "Amazon USA GiftCard",icon:'amazonus'},
|
||||
{name: "Amazon DE GiftCard",icon:'amazonde'},
|
||||
{name: "Amazon AU GiftCard",icon:'amazonau'},
|
||||
{name: "Amazon SA GiftCard",icon:'amazonsa'},
|
||||
{name: "Amazon ES GiftCard",icon:'amazones'},
|
||||
{name: "Amazon CA GiftCard",icon:'amazonca'},
|
||||
{name: "Amazon CN GiftCard",icon:'amazoncn'},
|
||||
{name: "Amazon AE GiftCard",icon:'amazonae'},
|
||||
{name: "Amazon FR GiftCard",icon:'amazonfr'},
|
||||
{name: "Amazon NL GiftCard",icon:'amazonnl'},
|
||||
{name: "Amazon IN GiftCard",icon:'amazonin'},
|
||||
{name: "Amazon IT GiftCard",icon:'amazonit'},
|
||||
{name: "Amazon JP GiftCard",icon:'amazonjp'},
|
||||
{name: "Amazon MX GiftCard",icon:'amazonmx'},
|
||||
{name: "Amazon PL GiftCard",icon:'amazonpl'},
|
||||
{name: "Amazon UK GiftCard",icon:'amazonuk'},
|
||||
{name: "Amazon SE GiftCard",icon:'amazonse'},
|
||||
{name: "Amazon SG GiftCard",icon:'amazonsg'},
|
||||
{name: "Amazon TR GiftCard",icon:'amazontr'},
|
||||
];
|
||||
|
||||
export const swapDestinations = [
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
BIN
frontend/src/components/payment-methods/mbway.png
Normal file
After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
BIN
frontend/src/components/payment-methods/tinkoff.png
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
frontend/src/components/payment-methods/twint.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
frontend/src/components/payment-methods/w1tty.png
Normal file
After Width: | Height: | Size: 3.7 KiB |