mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Fix prevent "Tinkoff" and "Tinkoff QR" methods collision. (#400)
* New payment methods and icons for Russia. SBP, Tinkoff QR. New icon for Tinkoff. * Fix to prevent Tinkoff and Tinkoff Qr collision. "Tinkoff" is "Tinkoff Bank" now. And "Sberbank" is "Sber Bank" (which is true, actually).
This commit is contained in:
parent
8c66a5db82
commit
877fbf955b
@ -20,7 +20,7 @@ export const fiatMethods: PaymentMethod[] = [
|
||||
{ name: 'PromptPay', icon: 'promptpay' },
|
||||
{ name: 'Bizum', icon: 'bizum' },
|
||||
{ name: 'N26', icon: 'n26' },
|
||||
{ name: 'Tinkoff', icon: 'tinkoff' },
|
||||
{ name: 'Tinkoff Bank', icon: 'tinkoff' },
|
||||
{ name: 'TWINT', icon: 'twint' },
|
||||
{ name: 'BLIK', icon: 'blik' },
|
||||
{ name: 'MBWay', icon: 'mbway' },
|
||||
@ -37,7 +37,7 @@ export const fiatMethods: PaymentMethod[] = [
|
||||
{ name: 'PIX', icon: 'pix' },
|
||||
{ name: 'PayID', icon: 'payid' },
|
||||
{ name: 'Paysafe', icon: 'paysafe' },
|
||||
{ name: 'Sberbank', icon: 'sberbank' },
|
||||
{ name: 'Sber Bank', icon: 'sberbank' },
|
||||
{ name: 'PhonePe', icon: 'phonepe' },
|
||||
{ name: 'OVO', icon: 'ovo' },
|
||||
{ name: 'HalCash', icon: 'halcash' },
|
||||
|
Loading…
Reference in New Issue
Block a user