clearCvv method

  1. @action
void clearCvv()

Implementation

@action
void clearCvv() {
  cvv = '';
  cvvFieldVersion++;
}