Add new payment methods

This commit is contained in:
Reckless_Satoshi 2023-05-08 17:57:16 -07:00
parent 0d180ee7c9
commit fa7b4676a9
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
4 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -17,11 +17,13 @@ export const fiatMethods: PaymentMethod[] = [
{ name: 'Faster Payments', icon: 'faster' },
{ name: 'Paypal Friends & Family', icon: 'paypal' },
{ name: 'LINE Pay', icon: 'linepay' },
{ name: 'Rakuten Pay', icon: 'rakuten' },
{ name: 'PromptPay', icon: 'promptpay' },
{ name: 'Bizum', icon: 'bizum' },
{ name: 'N26', icon: 'n26' },
{ name: 'Tinkoff Bank', icon: 'tinkoff' },
{ name: 'TWINT', icon: 'twint' },
{ name: 'Advcash', icon: 'advcash' },
{ name: 'BLIK', icon: 'blik' },
{ name: 'MBWay', icon: 'mbway' },
{ name: 'W1TTY', icon: 'w1tty' },