We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62483f7 + 7e53b19 commit a6ec42aCopy full SHA for a6ec42a
1 file changed
data/payment_services.json
@@ -27348,6 +27348,24 @@
27348
},
27349
"regexp": "\/^[0-9]{5,100}$\/",
27350
"example": "GB97BARC20031877565489"
27351
+ },
27352
+ {
27353
+ "key": "phone_number",
27354
+ "type": "string",
27355
+ "required": false,
27356
+ "position": 2,
27357
+ "label": {
27358
+ "en": "Phone number",
27359
+ "ru": "Номер телефона",
27360
+ "uk": "Номер телефону"
27361
27362
+ "hint": {
27363
+ "en": "Enter phone number",
27364
+ "ru": "Введите номер телефона",
27365
+ "uk": "Введіть номер телефону"
27366
27367
+ "regexp": "\/^\\+?\\d{10,14}$\/",
27368
+ "example": "+380996233220"
27369
}
27370
],
27371
"amount_min": 1,
0 commit comments