Added ngmobile (Nigerian mobile topups)

This commit is contained in:
Anton Kovalenko 2021-07-20 00:21:42 +03:00
parent ceea807b81
commit a9788c2225
2 changed files with 13 additions and 0 deletions

View File

@ -96,6 +96,7 @@
"RUB":"₽", "RUB":"₽",
"USD":"$", "USD":"$",
"KZT":"₸", "KZT":"₸",
"NGN":"₦",
} }
let accountComplete = false; let accountComplete = false;

View File

@ -4,6 +4,7 @@ const masks = {
}, },
telru: { mask: "{+}{7} 000 000-0000" }, telru: { mask: "{+}{7} 000 000-0000" },
telua: { mask: "{+}{3}{8} {\\0}00 000 0000"}, telua: { mask: "{+}{3}{8} {\\0}00 000 0000"},
telng: { mask: "{+}{2}{3}{4} 000 000 0000"},
tel: { tel: {
mask: [ mask: [
{ {
@ -144,6 +145,17 @@ export default [
"id":"strelka", "id":"strelka",
"placeholder":"0000 0000 000", "placeholder":"0000 0000 000",
}, },
{"name":"📱 🇳🇬 NGN ₦ Mobile top-up",
"currency":"NGN",
"min":50,
"max":5000,
"imask":masks.telng,
"acc":"Phone number",
"autocomplete":"tel",
"inputmode":"tel",
"id":"ngmobile",
"placeholder":"+234 905 555 1234",
},
{"name":"🌐 🇷🇺 RUB ₽ Flex provider", {"name":"🌐 🇷🇺 RUB ₽ Flex provider",
"currency":"RUB", "currency":"RUB",
"min":20, "min":20,