Skip to content

Commit

Permalink
limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Prilutskiy committed Jan 18, 2019
1 parent 0a2c11a commit ed1a60f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"flow": "hpp",
"method": "privat24",
"currency": "UAH",
"amount_min": 0.01,
"amount_min": 1,
"amount_max": 100000
},
{
Expand Down Expand Up @@ -180,7 +180,7 @@
"flow": "hpp",
"method": "liqpay_wallet",
"currency": "UAH",
"amount_min": 0.01,
"amount_min": 1,
"amount_max": 100000
},
{
Expand All @@ -196,7 +196,7 @@
"flow": "hpp",
"method": "bank_card",
"currency": "UAH",
"amount_min": 0.01,
"amount_min": 1,
"amount_max": 100000
},
{
Expand Down Expand Up @@ -516,7 +516,7 @@
"flow": "hpp",
"method": "masterpass",
"currency": "UAH",
"amount_min": 0.01,
"amount_min": 1,
"amount_max": 100000
},
{
Expand Down

0 comments on commit ed1a60f

Please sign in to comment.