mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21:35 +00:00
Add new payment methods and icons for Russia. (#397)
SBP, Tinkoff QR. New icon for Tinkoff.
This commit is contained in:
parent
9fd03b6427
commit
6d4c948a53
File diff suppressed because one or more lines are too long
BIN
frontend/src/components/PaymentMethods/Icons/sbp.png
Normal file
BIN
frontend/src/components/PaymentMethods/Icons/sbp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 15 KiB |
BIN
frontend/src/components/PaymentMethods/Icons/tinkoffqr.png
Normal file
BIN
frontend/src/components/PaymentMethods/Icons/tinkoffqr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -82,6 +82,8 @@ export const fiatMethods: PaymentMethod[] = [
|
||||
{ name: 'Amazon SE GiftCard', icon: 'amazonse' },
|
||||
{ name: 'Amazon SG GiftCard', icon: 'amazonsg' },
|
||||
{ name: 'Amazon TR GiftCard', icon: 'amazontr' },
|
||||
{ name: 'Tinkoff QR', icon: 'tinkoffqr' },
|
||||
{ name: 'SBP', icon: 'sbp' },
|
||||
];
|
||||
|
||||
export const swapMethods: PaymentMethod[] = [
|
||||
|
Loading…
Reference in New Issue
Block a user