diff --git a/classes/wc-gateway-paypal-pro-angelleye.php b/classes/wc-gateway-paypal-pro-angelleye.php index 8ecb6a246..757646c2d 100644 --- a/classes/wc-gateway-paypal-pro-angelleye.php +++ b/classes/wc-gateway-paypal-pro-angelleye.php @@ -1551,12 +1551,12 @@ public function angelleye_paypal_pro_credit_card_form_fields($default_fields, $c } else { $fields = array( 'card-number-field' => '

- + field_name('card-number') . ' />

', 'card-expiry-field' => $this->paypal_for_woocommerce_paypal_pro_credit_card_form_expiration_date_selectbox($class), '

- + field_name('card-cvc') . ' style="width:100px" />

' );