[ 
https://issues.apache.org/jira/browse/VALIDATOR-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb closed VALIDATOR-272.
--------------------------


> 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 M
>
> 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 was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to