Add styles to fields

This commit is contained in:
Emili Castells Guasch 2023-11-15 16:32:46 +01:00
parent 5112e75552
commit 7502438d0c

View file

@ -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);
})
});