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] address non-digit character cases in card number validation #4648

Closed
Chethan-rao opened this issue May 15, 2024 · 0 comments · Fixed by #4649
Closed

[FIX] address non-digit character cases in card number validation #4648

Chethan-rao opened this issue May 15, 2024 · 0 comments · Fixed by #4649
Assignees
Labels
C-bug Category: Bug

Comments

@Chethan-rao
Copy link
Contributor

Enforce following validations on the card number -

  • non-digit characters in card number
  • invalid card number length
  • invalid card number (luhn failure)

If any of the above validation fails, raise an appropriate error.

@Chethan-rao Chethan-rao added the C-bug Category: Bug label May 15, 2024
@Chethan-rao Chethan-rao added this to the May 2024 Release milestone May 15, 2024
@Chethan-rao Chethan-rao self-assigned this May 15, 2024
@Chethan-rao Chethan-rao linked a pull request May 15, 2024 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant