From a6299c950f90ba5efbce1b97a65d87317f3e9366 Mon Sep 17 00:00:00 2001 From: Anton Kovalenko Date: Sun, 4 Sep 2022 17:49:35 +0300 Subject: [PATCH] re-enable qiwi with lower limit 1000 --- src/payways.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/payways.js b/src/payways.js index 2705ae6..968a326 100644 --- a/src/payways.js +++ b/src/payways.js @@ -118,11 +118,10 @@ export default [ "id":"uamobile", "placeholder":"+38 055 555 1234", }, - /* {"name":"👛 🇷🇺 RUB ₽ Qiwi", "imask": masks.tel, "currency":"RUB", - "min":1, + "min":1000, "max":10000, "acc":"Wallet (Phone number)", "autocomplete":"tel", @@ -130,6 +129,7 @@ export default [ "id":"qiwi", "placeholder":"+7 955 555-1234", }, + /* {"name":"👛 🇷🇺 RUB ₽ YooMoney", "currency":"RUB", "min":0.01,