mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Do not display generic error on hosted fields submit. Fixes #263.
This commit is contained in:
parent
909699886c
commit
1b1c6c4a60
1 changed files with 0 additions and 1 deletions
|
@ -197,7 +197,6 @@ class CreditCardRenderer {
|
|||
return contextConfig.onApprove(payload);
|
||||
}).catch(err => {
|
||||
console.error(err);
|
||||
this.errorHandler.genericError();
|
||||
this.spinner.unblock();
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue