zdfs / toscani

This is a jQuery-based, progressively-enhanced solution for creating a single-field credit card input. The idea is to create a more streamlined credit card entry process.
872 stars 102 forks source link

Added basic card number validation using the Luhn Algorithm #37

Closed Nilpo closed 9 years ago

Nilpo commented 9 years ago

I've implemented the Luhn algorithm for basic card number validation as requested. Closes #31

jkshapiro commented 9 years ago

Thank you very much.