Matthew Goslett

Results 1 issues of Matthew Goslett

The CCD rule which validates expiry date assumes that the input is in the format YY/MM or YYYY/MM. The rule does a call to `$value = explode('/', $value);` and then...