CreditCardValidator returns false on validating Visa card which start with 4530
-------------------------------------------------------------------------------
Key: VALIDATOR-272
URL: https://issues.apache.org/jira/browse/VALIDATOR-272
Project: Commons Validator
Issue Type: Bug
Affects Versions: 1.3.1 Release
Environment: Java SDK 6
Reporter: Peter Miljanovic
The credit card validation does not successfully validate Visa card numbers
beginning with 4530.
CreditCardValidator ccv = new CreditCardValidator();
if (ccv.isValid("4530424242424242")) {
// returns false
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.