RU card low limit 500->1500

This commit is contained in:
Anton Kovalenko 2022-08-27 21:14:50 +03:00
parent 77880f9bf8
commit 2a908b00fd

View File

@ -65,7 +65,7 @@ const maskYoo = {
export default [ export default [
{"name":"💳 🇷🇺 RUB ₽ Visa/MC/Mir", {"name":"💳 🇷🇺 RUB ₽ Visa/MC/Mir",
"currency":"RUB", "currency":"RUB",
"min":500, "min":1500,
"max":15000, "max":15000,
"acc":"Card number", "acc":"Card number",
"imask":masks.cc, "imask":masks.cc,