tonydspaniard / Yii-extensions

My small contribution to the Yii framework community
124 stars 50 forks source link

Fix expire date validation so it allows cards expiring in the current ye... #19

Closed VictorGarcia closed 10 years ago

VictorGarcia commented 10 years ago

...ar.

The current implementation has a bug when validating the expire date for cards expiring later in the current year. Added a condition to pass validation when year == currentYear and month >= currentMonth.

tonydspaniard commented 10 years ago

Thanks