Employ Luhn Algorithm to check credit card validity
When entering credit card numbers, the luhn algorithm can be used at app level to check that the credit card number your entering is actually valid without compromising privacy.
This will avoid accidentally saving invalid card details!
3
votes
