Skip to content

Commit

Permalink
INT-6303: POG Wangupay update
Browse files Browse the repository at this point in the history
  • Loading branch information
VladyslavKyrychuk committed Dec 26, 2024
1 parent f5288c4 commit f8adab8
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions data/payout_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -96657,7 +96657,7 @@
"uk": "Введіть ім'я клієнта"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
"required": true,
"required": false,
"position": 2
},
{
Expand Down Expand Up @@ -96691,7 +96691,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
"required": true,
"required": false,
"position": 4
},
{
Expand Down Expand Up @@ -96780,6 +96780,23 @@
"regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
"required": false,
"position": 9
},
{
"key": "account_number",
"type": "string",
"label": {
"en": "Account number",
"ru": "Номер счета",
"uk": "Номер рахунку"
},
"hint": {
"en": "Enter account number",
"ru": "Введите номер счета",
"uk": "Введіть номер рахунку"
},
"regexp": "\/^\\d{11,19}$\/",
"required": false,
"position": 10
}
]
},
Expand Down

0 comments on commit f8adab8

Please sign in to comment.