Currently, there's a cap for the max expiry year on adding cards. The cap is current year + 5 years. This is unneccessary and incorrect as there are several cards that are being issued with validity longer than 5 years. I encountered it myself and it's also mentioned in #69.
:bulb: Proposed solution
Simply, remove the check while adding the expiry date
📚 Release Notes
Removes the restriction of adding cards with expiry limit only within the next 5 years. Fixes #69
:recycle: Current situation
Currently, there's a cap for the max expiry year on adding cards. The cap is
current year + 5 years
. This is unneccessary and incorrect as there are several cards that are being issued with validity longer than 5 years. I encountered it myself and it's also mentioned in #69.:bulb: Proposed solution
Simply, remove the check while adding the expiry date
📚 Release Notes
Removes the restriction of adding cards with expiry limit only within the next 5 years. Fixes #69