Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Removed Expiry Year Limit for Cards #72

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

the-halfbloodprince
Copy link

♻️ 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.

💡 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase card expiry date from more than 2029💡 [REQUEST] - <title>
1 participant