Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to store debit card (IBAN) as card #311

Open
xoh opened this issue Feb 21, 2018 · 0 comments
Open

Unable to store debit card (IBAN) as card #311

xoh opened this issue Feb 21, 2018 · 0 comments

Comments

@xoh
Copy link

xoh commented Feb 21, 2018

src/models/types/CreditCardTypeModel.js contains the field "cardNumber" and uses "number" as type. This makes storing an IBAN impossible.

An IBAN consists of up to 34 alphanumeric chars [a-zA-Z0-9] and may contain additional spaces. The exact definitions for IBAN-structure can be taken from the IBAN standard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant