From 76e73a78bc75f9b5aa1ebe55a500dc350ce10afc Mon Sep 17 00:00:00 2001 From: Kostiantyn Cheltsov Date: Tue, 5 Nov 2024 16:13:45 +0200 Subject: [PATCH] INT-5793: POG Rixsus (fix) --- data/payout_services.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/payout_services.json b/data/payout_services.json index 89ed38809..c31f364cd 100644 --- a/data/payout_services.json +++ b/data/payout_services.json @@ -152087,7 +152087,7 @@ { "key": "account_type", "type": "string", - "regexp": "\/^[A-Z]{1}$\/", + "regexp": "\/^[A-Z]{1,3}$\/", "label": { "en": "Account type", "ru": "Тип аккаунта", @@ -152269,7 +152269,7 @@ "uk": "Введіть Email" }, "example": "johndoe@example.com", - "regexp": "\/[a-z0-9!#$%&'*+\\/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+\\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])\/", + "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/", "required": false, "position": 11 }, @@ -165909,7 +165909,7 @@ { "key": "account_type", "type": "string", - "regexp": "\/^[A-Z]{1,20}$\/", + "regexp": "\/^[A-Z]{1,3}$\/", "label": { "en": "Account type", "ru": "Тип аккаунта", @@ -166091,7 +166091,7 @@ "uk": "Введіть Email" }, "example": "johndoe@example.com", - "regexp": "\/[a-z0-9!#$%&'*+\\/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+\\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])\/", + "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/", "required": false, "position": 11 }, @@ -166180,7 +166180,7 @@ { "key": "account_type", "type": "string", - "regexp": "\/^[A-Z]{1,20}$\/", + "regexp": "\/^[A-Z]{1,3}$\/", "label": { "en": "Account type", "ru": "Тип аккаунта", @@ -166362,7 +166362,7 @@ "uk": "Введіть Email" }, "example": "johndoe@example.com", - "regexp": "\/[a-z0-9!#$%&'*+\\/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+\\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])\/", + "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/", "required": false, "position": 11 },