mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Improve required card holder name error message
This commit is contained in:
parent
26147791ab
commit
aa61ab56ca
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ class SmartButton implements SmartButtonInterface {
|
|||
'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 are required, please fill the 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