mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Add new payment methods
This commit is contained in:
parent
0d180ee7c9
commit
fa7b4676a9
BIN
frontend/src/components/PaymentMethods/Icons/advcash.png
Normal file
BIN
frontend/src/components/PaymentMethods/Icons/advcash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
File diff suppressed because one or more lines are too long
BIN
frontend/src/components/PaymentMethods/Icons/rakuten.png
Normal file
BIN
frontend/src/components/PaymentMethods/Icons/rakuten.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user