Skip to content

Commit 2231ca4

Browse files
authored
Merge pull request #1692 from openfintechio/feature/INT-5870-pg-paymentasia-upd
INT-5870: pg paymentasia upd
2 parents 67b9ffb + dc210ef commit 2231ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/payment_services.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24361,7 +24361,7 @@
2436124361
{
2436224362
"key": "first_name",
2436324363
"type": "string",
24364-
"regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
24364+
"regexp": "\/^.{2,100}$\/",
2436524365
"required": true,
2436624366
"position": 1,
2436724367
"label": {
@@ -24379,7 +24379,7 @@
2437924379
{
2438024380
"key": "last_name",
2438124381
"type": "string",
24382-
"regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
24382+
"regexp": "\/^.{2,100}$\/",
2438324383
"required": true,
2438424384
"position": 2,
2438524385
"label": {

0 commit comments

Comments
 (0)