Skip to content

Commit

Permalink
Merge pull request #1688 from openfintechio/feature/INT-5867-payport-…
Browse files Browse the repository at this point in the history
…update-amount-limit

INT-5867: update mobile_rub amount limits & update d24 payment provider
  • Loading branch information
TonyTramb authored Oct 21, 2024
2 parents a664189 + c547923 commit 3dfcddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -26423,6 +26423,10 @@
"ru": "D24",
"uk": "D24"
},
"payout_method": [
"bank_transfer",
"d24_wallet"
],
"payment_method": [
"rapidpagos",
"pagofacil",
Expand Down
4 changes: 2 additions & 2 deletions data/payout_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -78588,8 +78588,8 @@
"position": 1
}
],
"amount_min": "10",
"amount_max": "14000"
"amount_min": "1",
"amount_max": "500000"
},
{
"status": "active",
Expand Down

0 comments on commit 3dfcddf

Please sign in to comment.