balanced / balanced-js

Javascript client library for Balanced that tokenizes cards and bank accounts.
Other
40 stars 28 forks source link

Remove requirement to match card type before allowing it to be submitted. #69

Open matthewfl opened 10 years ago

matthewfl commented 10 years ago

This would prevent future issues such as #68

mjallday commented 10 years ago

As in any number which passes the luhn check is considered valid?

matthewfl commented 10 years ago

yes that would be the idea