diff --git a/data/payment_providers.json b/data/payment_providers.json index f7a5261c0..905daeb10 100644 --- a/data/payment_providers.json +++ b/data/payment_providers.json @@ -26205,6 +26205,9 @@ "payment_method": [ "momopay", "online_banking_qr" + ], + "payout_method": [ + "momo" ] }, { diff --git a/data/payout_services.json b/data/payout_services.json index f33f0ff72..3f701e457 100644 --- a/data/payout_services.json +++ b/data/payout_services.json @@ -96640,7 +96640,7 @@ "uk": "Введіть Bank Branch" }, "regexp": "\/^[A-Za-z,0-9]{2,100}$\/", - "required": true, + "required": false, "position": 1 }, { @@ -96674,7 +96674,7 @@ "uk": "Введіть Bank Account Name" }, "regexp": "\/^[A-Za-z,0-9]{2,100}$\/", - "required": true, + "required": false, "position": 3 }, { @@ -96708,7 +96708,7 @@ "uk": "Введіть провінцію" }, "regexp": "\/^[A-Za-z,0-9]{2,100}$\/", - "required": true, + "required": false, "position": 5 }, { @@ -96725,7 +96725,7 @@ "uk": "Введіть місто" }, "regexp": "\/^[A-Za-z,0-9]{2,100}$\/", - "required": true, + "required": false, "position": 6 }, { @@ -96744,6 +96744,42 @@ "regexp": "\/^[0-9]{9,12}$\/", "required": false, "position": 7 + }, + { + "key": "phone", + "type": "string", + "label": { + "en": "Phone number", + "ru": "Номер телефона", + "uk": "Номер телефону" + }, + "hint": { + "en": "Enter phone number", + "ru": "Введите номер телефона", + "uk": "Введіть номер телефону" + }, + "example": "84123456789", + "regexp": "\/^\\d{10,14}$\/", + "required": false, + "position": 8 + }, + { + "key": "email", + "type": "string", + "label": { + "en": "Email", + "ru": "Email", + "uk": "Email" + }, + "hint": { + "en": "Enter Email", + "ru": "Введите Email", + "uk": "Введіть Email" + }, + "example": "johndoe@example.com", + "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/", + "required": false, + "position": 9 } ] },