Do not display generic error on hosted fields submit. Fixes #263.

This commit is contained in:
dinamiko 2021-09-20 11:16:49 +02:00
parent 909699886c
commit 1b1c6c4a60

View file

@ -197,7 +197,6 @@ class CreditCardRenderer {
return contextConfig.onApprove(payload);
}).catch(err => {
console.error(err);
this.errorHandler.genericError();
this.spinner.unblock();
});
} else {