android icon indicating copy to clipboard operation
android copied to clipboard

Fix: Removed Expiry Year Limit for Cards

Open the-halfbloodprince opened this issue 1 year ago • 0 comments

: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

the-halfbloodprince avatar Apr 11 '24 14:04 the-halfbloodprince