You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
According to Wiki https://en.wikipedia.org/wiki/Payment_card_number, there are some cards that have multiple definition regarding the credit card length. while according to this method card.io-Android-source/card.io/src/main/java/io/card/payment/CardType.java#numberLength, this is not taken into consideration.
For example, Visa can be regarding number length 13, 16, 19, while in this code, visa is only defined by 16.
Do this needs to be changed ? Should it return the maximum , or most popular ?
The text was updated successfully, but these errors were encountered:
johnaziz57
changed the title
Credit Card number length
Question: Credit Card number length
Mar 24, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
General information
Issue description
According to Wiki https://en.wikipedia.org/wiki/Payment_card_number, there are some cards that have multiple definition regarding the credit card length. while according to this method card.io-Android-source/card.io/src/main/java/io/card/payment/CardType.java#numberLength, this is not taken into consideration.
For example, Visa can be regarding number length 13, 16, 19, while in this code, visa is only defined by 16.
Do this needs to be changed ? Should it return the maximum , or most popular ?
The text was updated successfully, but these errors were encountered: