mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +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);
|
return contextConfig.onApprove(payload);
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
console.error(err);
|
console.error(err);
|
||||||
this.errorHandler.genericError();
|
|
||||||
this.spinner.unblock();
|
this.spinner.unblock();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue