We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5bc87 commit 1cd607aCopy full SHA for 1cd607a
README.md
@@ -95,7 +95,7 @@ $request->validate(
95
// CardExpirationDate requires date format
96
$request->validate(
97
['expiration_date' => '02-18'],
98
- ['expiration_month' => ['required', new LVR\CreditCard\CardExpirationDate('m-y')]]
+ ['expiration_date' => ['required', new LVR\CreditCard\CardExpirationDate('MM-YY')]]
99
);
100
```
101
#### Directly
0 commit comments