openMF / mobile-wallet

A reference implementation of Mifos platform wallet and payment capabilities
https://openmf.github.io/mobile-wallet/
Other
232 stars 442 forks source link

Add a check for ID Type in KYC Registration Level 2 #426

Open RajaVamsi11 opened 5 years ago

RajaVamsi11 commented 5 years ago

Summary:

In KYC Registration Level 2, if you leave ID Type EditText empty and upload any document and click on submit button, then we must show a toast saying that ID Type cannot be empty. There must be a condition to check if the ID Type is empty or not. If empty then show a toast "Please enter ID Type".

Steps to reproduce:

[dev] Home --> Complete KYC --> Level 2 . Leave ID Type field blank and upload any document and hit submit button.

Expected behavior:

Toast must be displayed saying "Please enter ID Type"

Observed behavior:

No Toast found when ID Type is empty.

Device and Android version: Device : Redmi 4 Android Version: 7.1.2

RajaVamsi11 commented 5 years ago

I am working on this issue.