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 c761df9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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,7 +92496,7 @@
"ru": "Введите номер аккаунта получателя",
"uk": "Введіть номер аккаунту отримувача"
},
"regexp": "\/^\\d{1,20}$\/",
"regexp": "\/^\\w{1,30}$\/",
"required": false,
"position": 6,
"example": "100000000393"
Expand Down

0 comments on commit c761df9

Please sign in to comment.