Skip to content

Commit

Permalink
Merge pull request #1713 from openfintechio/feature/INT-5793-pog-rixsus
Browse files Browse the repository at this point in the history
INT-5793: POG Rixsus (fix)
  • Loading branch information
TonyTramb authored Nov 6, 2024
2 parents df2197c + fc803d2 commit 5122b16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/payout_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -152087,7 +152087,7 @@
{
"key": "account_type",
"type": "string",
"regexp": "\/^[A-Z]{1}$\/",
"regexp": "\/^[A-Z]{1,3}$\/",
"label": {
"en": "Account type",
"ru": "Тип аккаунта",
Expand Down Expand Up @@ -152269,7 +152269,7 @@
"uk": "Введіть Email"
},
"example": "[email protected]",
"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
},
Expand Down Expand Up @@ -165909,7 +165909,7 @@
{
"key": "account_type",
"type": "string",
"regexp": "\/^[A-Z]{1,20}$\/",
"regexp": "\/^[A-Z]{1,3}$\/",
"label": {
"en": "Account type",
"ru": "Тип аккаунта",
Expand Down Expand Up @@ -166091,7 +166091,7 @@
"uk": "Введіть Email"
},
"example": "[email protected]",
"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
},
Expand Down Expand Up @@ -166180,7 +166180,7 @@
{
"key": "account_type",
"type": "string",
"regexp": "\/^[A-Z]{1,20}$\/",
"regexp": "\/^[A-Z]{1,3}$\/",
"label": {
"en": "Account type",
"ru": "Тип аккаунта",
Expand Down Expand Up @@ -166362,7 +166362,7 @@
"uk": "Введіть Email"
},
"example": "[email protected]",
"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
},
Expand Down

0 comments on commit 5122b16

Please sign in to comment.