|
|
|
|
|
by elliotanderson
5206 days ago
|
|
The GP is referring to doing client side Luhn validation on the credit card number, giving the user feedback if they mistype a number. It's a technique I use, along with only allowing digits and doing some format masking (i.e. spaces or dashes to split the number into 4 digit blocks) to make the number more readible |
|