Add Mosenergosbyt, reorder payways logically
This commit is contained in:
parent
9c2d6228fa
commit
0f4d994e11
100
src/payways.js
100
src/payways.js
@ -148,6 +148,60 @@ export default [
|
||||
"id":"strelka",
|
||||
"placeholder":"0000 0000 000",
|
||||
},
|
||||
{"name":"🌐 🇷🇺 RUB ₽ Flex provider",
|
||||
"currency":"RUB",
|
||||
"min":20,
|
||||
"max":2000,
|
||||
"acc":"Flex account (NB! not user login)",
|
||||
"id":"flex",
|
||||
"imask":{mask:"0[0000000]"},
|
||||
},
|
||||
{"name":"🌐 🇷🇺 RUB ₽ Spaceweb.ru",
|
||||
"currency":"RUB",
|
||||
"min":10,
|
||||
"max":2000,
|
||||
"acc":"Login on sweb.ru",
|
||||
"id":"spaceweb",
|
||||
"inputmode":"text",
|
||||
"imask":{mask:"a[xxxxxxxxxxxxxx]",
|
||||
definitions:{'a':/[A-Za-z_]/,'x':/[A-Za-z0-9_,\.\-]/}},
|
||||
},
|
||||
{"name":"🚕 🇷🇺 RUB ₽ Taxi Maxim",
|
||||
"currency":"RUB",
|
||||
"min":10,
|
||||
"max":2000,
|
||||
"imask":{mask:"000[000000]"},
|
||||
"acc":"Account number ",
|
||||
"id":"maxim",
|
||||
},
|
||||
{"name":"📞 🇷🇺 RUB ₽ SipNet",
|
||||
"currency":"RUB",
|
||||
"min":10,
|
||||
"max":2000,
|
||||
"acc":"SIP ID",
|
||||
"id":"sipnet",
|
||||
"imask":{mask:"000[000000]"}
|
||||
},
|
||||
{"name":"⚡ 🇷🇺 RUB ₽ Mosenergosbyt (Moscow+MO)",
|
||||
"currency":"RUB",
|
||||
"min":1,
|
||||
"max":15000,
|
||||
"acc":"Account in Mosenergosbyt",
|
||||
"id":"mosenergo",
|
||||
"placeholder":"0000-000-00",
|
||||
"imask":{mask:"00000-000-00"}
|
||||
},
|
||||
{"name":"☎ 🇺🇸 USD $ Skype account",
|
||||
"currency":"USD",
|
||||
"min":0.05,
|
||||
"max":30,
|
||||
"acc":"Skype login name",
|
||||
"id":"skype",
|
||||
"inputmode":"text",
|
||||
"imask":{mask:"a[xxxxxxxxxxxxxx]",
|
||||
definitions:{'a':/[A-Za-z_]/,'x':/[A-Za-z0-9_,\.\-]/}},
|
||||
"placeholder":"amazing1337_user",
|
||||
},
|
||||
{"name":"📱 🇳🇬 NGN ₦ Mobile top-up",
|
||||
"currency":"NGN",
|
||||
"min":50,
|
||||
@ -192,50 +246,4 @@ export default [
|
||||
"id":"afmobile",
|
||||
"placeholder":"+93 123 456 789",
|
||||
},
|
||||
{"name":"🌐 🇷🇺 RUB ₽ Flex provider",
|
||||
"currency":"RUB",
|
||||
"min":20,
|
||||
"max":2000,
|
||||
"acc":"Flex account (NB! not user login)",
|
||||
"id":"flex",
|
||||
"imask":{mask:"0[0000000]"},
|
||||
},
|
||||
{"name":"☎ 🇺🇸 USD $ Skype account",
|
||||
"currency":"USD",
|
||||
"min":0.05,
|
||||
"max":30,
|
||||
"acc":"Skype login name",
|
||||
"id":"skype",
|
||||
"inputmode":"text",
|
||||
"imask":{mask:"a[xxxxxxxxxxxxxx]",
|
||||
definitions:{'a':/[A-Za-z_]/,'x':/[A-Za-z0-9_,\.\-]/}},
|
||||
"placeholder":"amazing1337_user",
|
||||
},
|
||||
|
||||
{"name":"📞 🇷🇺 RUB ₽ SipNet",
|
||||
"currency":"RUB",
|
||||
"min":10,
|
||||
"max":2000,
|
||||
"acc":"SIP ID",
|
||||
"id":"sipnet",
|
||||
"imask":{mask:"000[000000]"}
|
||||
},
|
||||
{"name":"🌐 🇷🇺 RUB ₽ Spaceweb.ru",
|
||||
"currency":"RUB",
|
||||
"min":10,
|
||||
"max":2000,
|
||||
"acc":"Login on sweb.ru",
|
||||
"id":"spaceweb",
|
||||
"inputmode":"text",
|
||||
"imask":{mask:"a[xxxxxxxxxxxxxx]",
|
||||
definitions:{'a':/[A-Za-z_]/,'x':/[A-Za-z0-9_,\.\-]/}},
|
||||
},
|
||||
{"name":"🚕 🇷🇺 RUB ₽ Taxi Maxim",
|
||||
"currency":"RUB",
|
||||
"min":10,
|
||||
"max":2000,
|
||||
"imask":{mask:"000[000000]"},
|
||||
"acc":"Account number ",
|
||||
"id":"maxim",
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user