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 Support #217

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    c911c77 View commit details
    Browse the repository at this point in the history
  2. added cardparser

    quacklabs committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    437bd63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15d04f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a77de4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c1bb96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdc64c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6389105 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df7748f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73d89ae View commit details
    Browse the repository at this point in the history
  10. testing card validation

    quacklabs committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    27c2742 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    168a5b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Configuration menu
    Copy the full SHA
    bd3eb11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from quacklabs/card_validation

    Card validation
    quacklabs committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    4aaa5e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    f99a46c View commit details
    Browse the repository at this point in the history
  2. minor fixes in comments

    quacklabs committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    91ef7c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from quacklabs/card_validation

    Card validation fully complete
    quacklabs committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    4bf4306 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. removed comment line

    quacklabs committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    c0e5af7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from quacklabs/card_validation

    removed comment line
    quacklabs committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    8aacb35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe3a1db View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from quacklabs/card_validation

    fixed month not validating past November
    quacklabs committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    86714d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d61e5c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from quacklabs/card_validation

    added checks for blank card expiry date causing crash
    quacklabs committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    65e98b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc2ada4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6 from quacklabs/card_validation

    fixed endIndex error in expiry date validation
    quacklabs committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    039b2cd View commit details
    Browse the repository at this point in the history