PayView icon indicating copy to clipboard operation
PayView copied to clipboard

Custom Hints, Button Pay Text and Fixed App Crashes

Open CristianRP opened this issue 4 years ago • 0 comments

Features added:

  • Custom hint text for card name, card number, month, year and cvv input texts.

  • Custom text for button pay

Fixes:

  • The app crash when activity was initialized and push the button pay, that was for a NumberFormatException on the input of cvv, month and year. To fix that the validations was modified and was added a isNullOrEmpty before get text string.

Also the kotlin version and gradle was updated.

CristianRP avatar Jun 23 '20 18:06 CristianRP