mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add styles to fields
This commit is contained in:
parent
5112e75552
commit
7502438d0c
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ class CreditCardRenderer {
|
|||
.catch((error) => {
|
||||
this.spinner.unblock();
|
||||
console.error(error)
|
||||
this.errorHandler.genericError();
|
||||
this.errorHandler.message(this.defaultConfig.hosted_fields.labels.fields_not_valid);
|
||||
})
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue