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

Credit card validation #924

Merged
merged 6 commits into from May 1, 2022

Commits on Mar 25, 2022

  1. credit card validation

    implemented Luhn algoritm to validate credit card string
    alexyzmarino committed Mar 25, 2022
    Copy the full SHA
    15a5955 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. update to handle credit card's length from 12 to 19

    added doc to README
    alexyzmarino committed Apr 26, 2022
    Copy the full SHA
    175ec9e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a664b6e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Copy the full SHA
    c4ec5ff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f5920db View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Copy the full SHA
    40d028e View commit details
    Browse the repository at this point in the history