We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9393b5a + a6ec42a commit 7aeb527Copy full SHA for 7aeb527
1 file changed
data/payment_services.json
@@ -30471,6 +30471,24 @@
30471
},
30472
"regexp": "\/^[0-9]{5,100}$\/",
30473
"example": "GB97BARC20031877565489"
30474
+ },
30475
+ {
30476
+ "key": "phone_number",
30477
+ "type": "string",
30478
+ "required": false,
30479
+ "position": 2,
30480
+ "label": {
30481
+ "en": "Phone number",
30482
+ "ru": "Номер телефона",
30483
+ "uk": "Номер телефону"
30484
30485
+ "hint": {
30486
+ "en": "Enter phone number",
30487
+ "ru": "Введите номер телефона",
30488
+ "uk": "Введіть номер телефону"
30489
30490
+ "regexp": "\/^\\+?\\d{10,14}$\/",
30491
+ "example": "+380996233220"
30492
}
30493
],
30494
"amount_min": 1,
0 commit comments