mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 14:54:31 -04:00
Update logic
This commit is contained in:
parent
953a8b632b
commit
3d67fe327b
@ -177,7 +177,7 @@
|
||||
const resource = await get3dsToken();
|
||||
console.log("3DS Token:", resource);
|
||||
|
||||
if(resource.status != "pre_authentication_pending")
|
||||
if(resource.status != "pre-authenticated" || resource.status != "authentication_not_supported")
|
||||
throw new Error('There was an issue authenticating this payment method.');
|
||||
|
||||
console.log("pre canvas");
|
||||
|
Loading…
x
Reference in New Issue
Block a user