Skip to content

Commit

Permalink
INT-1602: MaldoPay update regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyTramb committed Mar 22, 2023
1 parent 3da587d commit 29ef518
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/payout_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -92478,7 +92478,8 @@
"ru": "Введите номер телефона",
"uk": "Введіть номер телефону"
},
"regexp": "\/^\\+\\d{10,14}$\/",
"example": "09376947780"
"regexp": "\/^\\d{10,14}$\/",
"required": false,
"position": 5
},
Expand All @@ -92495,10 +92496,10 @@
"ru": "Введите номер аккаунта получателя",
"uk": "Введіть номер аккаунту отримувача"
},
"regexp": "\/^\\d{1,20}$\/",
"regexp": "\/^\\w{1,30}$\/",
"required": false,
"position": 6,
"example": "100000000393"
"example": "TR100000000393"
},
{
"key": "bank_branch_code",
Expand Down

0 comments on commit 29ef518

Please sign in to comment.