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:
Dirty ⚡️ Room 969 2023-03-25 14:51:51 +03:00 committed by GitHub
parent 8c66a5db82
commit 877fbf955b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' },