Skip to content

Commit

Permalink
Update CvvEditText.java
Browse files Browse the repository at this point in the history
Change default CCV length to 4
  • Loading branch information
amolood authored Jul 31, 2018
1 parent ffbd289 commit 592a64a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
public class CvvEditText extends ErrorEditText implements TextWatcher {

public static final int DEFAULT_MAX_LENGTH = 3;
public static final int DEFAULT_MAX_LENGTH = 4;

private CardType mCardType;

Expand Down

0 comments on commit 592a64a

Please sign in to comment.