@@ -515,11 +515,14 @@ |
||
| 515 | 515 | <i class="fa fa-credit-card"></i> |
| 516 | 516 | </span> |
| 517 | 517 | </div> |
| 518 | - <?php else : ?> |
|
| 518 | + <?php else { |
|
| 519 | + : ?> |
|
| 519 | 520 | <span class="input-group-text"> |
| 520 | 521 | <i class="fa fa-credit-card"></i> |
| 521 | 522 | </span> |
| 522 | - <?php endif; ?> |
|
| 523 | + <?php endif; |
|
| 524 | +} |
|
| 525 | +?> |
|
| 523 | 526 | <input type="text" name="<?php echo esc_attr( $this->id . '[cc_number]' ); ?>" id="<?php echo esc_attr( "$id_prefix-cc-number" ); ?>" class="form-control form-control-sm getpaid-format-card-number" autocomplete="cc-number"> |
| 524 | 527 | </div> |
| 525 | 528 | </div> |