mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix phpcs errors
This commit is contained in:
parent
b3b1237247
commit
cf3ba3f55c
1 changed files with 6 additions and 6 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue