Skip to content

Commit

Permalink
INT-5780: PG Payfuture: add method fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kostiantynch123 committed Oct 25, 2024
1 parent cc7963d commit 9136832
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -6945,7 +6945,27 @@
"flow": "hpp",
"method": "state_bank_of_india",
"amount_min": 0.01,
"amount_max": 1000000000
"amount_max": 1000000000,
"fields": [
{
"key": "account",
"type": "string",
"regexp": "\/^.{1,50}$\/",
"required": false,
"position": 1,
"label": {
"en": "Client account number",
"ru": "Номер клиентского счета",
"uk": "Номер рахунку клієнта"
},
"hint": {
"en": "Enter client account number",
"ru": "Введите номер клиентского счета",
"uk": "Введіть номер рахунку клієнта"
},
"example": "1100382992"
}
]
},
{
"status": "active",
Expand Down

0 comments on commit 9136832

Please sign in to comment.