RETableViewManager
RETableViewManager copied to clipboard
RETableViewCreditCardCell AMEX
Hi Roman. AMEX CC have 4 digit CVV, but it only allows to enter 3 digits. I see code to support AMEX's 4 digit CVV, but I think the issue is that the cvvField.format = @"XXX"; is not being updated correctly to allow 4 digits.
Maybe this fix can be added in the - (void)textFieldDidChange:(UITextField *)textField method.