mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 18:44:36 -04:00
Fixes #6844
This commit is contained in:
parent
662bb66ce9
commit
c97b176171
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user