16 Jul
2011
16 Jul
'11
8:22 p.m.
Hi List, There is a bug in z3c.schema.payments' validating of credit card numbers. The first check to make sure the leading digit is valid is actually checking the second digit. I noticed this because it wouldn't validate my own card number. I've attached a diff from the current SVN trunk which corrects this issue. Mathias