ContaAzul / creditcard.js

A simple credit card validation library in JavaScript
http://contaazul.github.io/creditcard.js/
Other
374 stars 82 forks source link

Adjusting isExpirationDateValid validation #102

Closed iaurg closed 3 years ago

iaurg commented 3 years ago

If the year is less than the actual year, validation date must return false.

dedicio commented 3 years ago

Changes implemented in PR #120