Skip to content

Commit

Permalink
INT-3068:pg forta add snp method
Browse files Browse the repository at this point in the history
  • Loading branch information
romansavchak committed Nov 23, 2023
1 parent ab3e735 commit 51dbc52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -19008,7 +19008,9 @@
"ru": "Forta"
},
"payment_method": [
"payment_card"
"payment_card",
"sbp",
"sbp_qr"
],
"payout_method": [
"payment_card"
Expand Down
9 changes: 9 additions & 0 deletions data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -12936,6 +12936,15 @@
"amount_min": 0.01,
"amount_max": 1000000
},
{
"status": "active",
"code": "sbp_qr_rub_invoice",
"flow": "invoice",
"method": "sbp_qr",
"currency": "RUB",
"amount_min": 0.01,
"amount_max": 1000000
},
{
"status": "active",
"code": "binancepay_uah_hpp",
Expand Down

0 comments on commit 51dbc52

Please sign in to comment.