openMF / mobile-wallet

A reference implementation of Mifos platform wallet and payment capabilities
https://openmf.github.io/mobileapps.github.io/
225 stars 425 forks source link

Limit the digits of Credit Card Number while adding a new card to Saved Cards. #420

Open RajaVamsi11 opened 5 years ago

RajaVamsi11 commented 5 years ago

Summary:

There should be a limit of digits while entering a Credit Card Number (In add card dialogue box) to Saved Cards list and a validation check should be present to check the entered Credit card number is not less than 16 digits.

Steps to reproduce:

Home --> SavedCards --> click on Add Card button.

Expected behavior:

There should be a limit of digits while entering Credit/Debit Card Number and validation checker of length.

Observed behavior:

There is no limit of digits and no validation checker.

Device and Android version:

Device: Redmi 4 Version: 7.1.2

Screenshots:

photo6053144899609536702

RajaVamsi11 commented 5 years ago

I am working on this issue.