Fix phpcs errors

This commit is contained in:
dinamiko 2021-11-30 11:11:02 +01:00
parent b3b1237247
commit cf3ba3f55c

View file

@ -684,18 +684,18 @@ class SmartButton implements SmartButtonInterface {
'wrapper' => '#ppcp-hosted-fields',
'mini_cart_wrapper' => '#ppcp-hosted-fields-mini-cart',
'labels' => array(
'credit_card_number' => '',
'cvv' => '',
'mm_yy' => __( 'MM/YY', 'woocommerce-paypal-payments' ),
'fields_not_valid' => __(
'credit_card_number' => '',
'cvv' => '',
'mm_yy' => __( 'MM/YY', 'woocommerce-paypal-payments' ),
'fields_not_valid' => __(
'Unfortunately, your credit card details are not valid.',
'woocommerce-paypal-payments'
),
'card_not_supported' => __(
'card_not_supported' => __(
'Unfortunately, we do not support your credit card.',
'woocommerce-paypal-payments'
),
'cardholder_name_required' => __('Cardholder\'s first and last name required, please fill checkout form required fields.', 'woocommerce-paypal-payments'),
'cardholder_name_required' => __( 'Cardholder\'s first and last name required, please fill checkout form required fields.', 'woocommerce-paypal-payments' ),
),
'valid_cards' => $this->dcc_applies->valid_cards(),
'contingency' => $this->get_3ds_contingency(),