This commit is contained in:
Benjamin Beganović 2021-10-20 16:26:54 +02:00
parent 662bb66ce9
commit c97b176171

View File

@ -88,8 +88,8 @@ class SquareCreditCard {
verificationToken = verificationResults.token;
} catch (typeError) {
console.log(typeError);
die('failed in the catch');
console.error(typeError);
e.target.parentElement.disabled = true
}
// console.log(" verification tokem = " + verificationToken.token);