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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: