Skip to content

Commit

Permalink
INT-6369: pog paysecure interac
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Kiriienko committed Jan 8, 2025
1 parent e41774c commit 16f552e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/payout_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -87053,7 +87053,7 @@
},
"example": "1234567",
"regexp": "\/^[0-9]{5,100}$\/",
"required": true,
"required": false,
"position": 1
},
{
Expand All @@ -87071,7 +87071,7 @@
},
"example": "123450101212345",
"regexp": "\/^[0-9]{5,100}$\/",
"required": true,
"required": false,
"position": 2
},
{
Expand All @@ -87089,7 +87089,7 @@
},
"example": "241",
"regexp": "\/^[0-9]{1,3}$\/",
"required": true,
"required": false,
"position": 3
}
],
Expand Down

0 comments on commit 16f552e

Please sign in to comment.