Skip to content

Commit

Permalink
Merge pull request #1764 from openfintechio/feature/INT-6185-update_m…
Browse files Browse the repository at this point in the history
…ax_amount

INT-6185: update max amount for payment_card_usd_hpp
  • Loading branch information
maksym-antonyshyn authored Dec 9, 2024
2 parents 373f596 + aed0a59 commit 1ab362e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@
"method": "payment_card",
"currency": "USD",
"amount_min": 0.01,
"amount_max": 100000
"amount_max": 10000000
},
{
"status": "active",
Expand Down

0 comments on commit 1ab362e

Please sign in to comment.