Add support for VisaElectron card number validation in UtilValidate.java as defined Wikipedia
--------------------------------------------------------------------------------------------- Key: OFBIZ-1812 URL: https://issues.apache.org/jira/browse/OFBIZ-1812 Project: OFBiz Issue Type: Improvement Components: framework Reporter: Raj Saini Priority: Trivial Current Visa Electron credit card number validation supports only card numbers whose first 6 digits are 417500. Due to this current validation rejects Visa Electron cards with valid credit card numbers. Known Visa Electron starting numbers are 417500, 4917,4913,4508,4844 (Ref. Wikipedia http://en.wikipedia.org/wiki/Credit_card_numbers). Attached patch adds validation support for missing numbers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raj Saini updated OFBIZ-1812: ----------------------------- Attachment: UtilValidate.java.patch Patch to add validation support for known Visa Electron cards numbers > Add support for VisaElectron card number validation in UtilValidate.java as defined Wikipedia > --------------------------------------------------------------------------------------------- > > Key: OFBIZ-1812 > URL: https://issues.apache.org/jira/browse/OFBIZ-1812 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Raj Saini > Priority: Trivial > Attachments: UtilValidate.java.patch > > > Current Visa Electron credit card number validation supports only card numbers whose first 6 digits are 417500. Due to this current validation rejects Visa Electron cards with valid credit card numbers. > Known Visa Electron starting numbers are 417500, 4917,4913,4508,4844 (Ref. Wikipedia http://en.wikipedia.org/wiki/Credit_card_numbers). > Attached patch adds validation support for missing numbers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray reassigned OFBIZ-1812: --------------------------------- Assignee: Scott Gray > Add support for VisaElectron card number validation in UtilValidate.java as defined Wikipedia > --------------------------------------------------------------------------------------------- > > Key: OFBIZ-1812 > URL: https://issues.apache.org/jira/browse/OFBIZ-1812 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Raj Saini > Assignee: Scott Gray > Priority: Trivial > Attachments: UtilValidate.java.patch > > > Current Visa Electron credit card number validation supports only card numbers whose first 6 digits are 417500. Due to this current validation rejects Visa Electron cards with valid credit card numbers. > Known Visa Electron starting numbers are 417500, 4917,4913,4508,4844 (Ref. Wikipedia http://en.wikipedia.org/wiki/Credit_card_numbers). > Attached patch adds validation support for missing numbers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray closed OFBIZ-1812. ----------------------------- Resolution: Fixed Fix Version/s: SVN trunk Thanks Raj, committed in rev. 661677 > Add support for VisaElectron card number validation in UtilValidate.java as defined Wikipedia > --------------------------------------------------------------------------------------------- > > Key: OFBIZ-1812 > URL: https://issues.apache.org/jira/browse/OFBIZ-1812 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Raj Saini > Assignee: Scott Gray > Priority: Trivial > Fix For: SVN trunk > > Attachments: UtilValidate.java.patch > > > Current Visa Electron credit card number validation supports only card numbers whose first 6 digits are 417500. Due to this current validation rejects Visa Electron cards with valid credit card numbers. > Known Visa Electron starting numbers are 417500, 4917,4913,4508,4844 (Ref. Wikipedia http://en.wikipedia.org/wiki/Credit_card_numbers). > Attached patch adds validation support for missing numbers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601154#action_12601154 ] BJ Freeman commented on OFBIZ-1812: ----------------------------------- SO 7812 is the international standard governing magnetic-stripe identification cards, such as door entry cards, ATM cards, credit cards. Credit card numbers are in fact ISO 7812 numbers. http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=31443 or http://www.indopedia.org/ISO_7812.html > Add support for VisaElectron card number validation in UtilValidate.java as defined Wikipedia > --------------------------------------------------------------------------------------------- > > Key: OFBIZ-1812 > URL: https://issues.apache.org/jira/browse/OFBIZ-1812 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Raj Saini > Assignee: Scott Gray > Priority: Trivial > Fix For: SVN trunk > > Attachments: UtilValidate.java.patch > > > Current Visa Electron credit card number validation supports only card numbers whose first 6 digits are 417500. Due to this current validation rejects Visa Electron cards with valid credit card numbers. > Known Visa Electron starting numbers are 417500, 4917,4913,4508,4844 (Ref. Wikipedia http://en.wikipedia.org/wiki/Credit_card_numbers). > Attached patch adds validation support for missing numbers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |