Skip to content

Commit

Permalink
Update ValidationRules.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbally committed Jun 13, 2022
1 parent 545fd1e commit 592d27e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MerchantPage/ValidationRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public static function tokenization()
'card_security_code' => 'digits_between:3,4',
'card_holder_name' => 'string|max:50',
'token_name' => 'max:100',
'new_token_name' => 'max:100',
'token_status' => 'in:ACTIVE,INACTIVE|max:8',
'remember_me' => 'in:YES,NO|max:3',
'return_url' => 'max:400',
];
Expand Down

0 comments on commit 592d27e

Please sign in to comment.