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

Added luhn check to isCreditCard. #90

Merged
merged 3 commits into from Jun 22, 2012
Merged

Added luhn check to isCreditCard. #90

merged 3 commits into from Jun 22, 2012

Commits on Jun 19, 2012

  1. Added luhn check to isCreditCard. Works will all numbers given here h…

    …ttp://www.paypalobjects.com/en_US/vhelp/paypalmanager_help/credit_card_numbers.htm except the Dankort processor card which does not actually pass the luhn check.
    Remy committed Jun 19, 2012
    Copy the full SHA
    47af1d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2012

  1. Copy the full SHA
    aa17611 View commit details
    Browse the repository at this point in the history
  2. Triple equal at null check

    Remy committed Jun 20, 2012
    Copy the full SHA
    c1a6f35 View commit details
    Browse the repository at this point in the history