mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
3ds
This commit is contained in:
parent
eea3f396c6
commit
ca187bb1da
@ -182,6 +182,7 @@
|
|||||||
|
|
||||||
if (resource.status == "not_authenticated") {
|
if (resource.status == "not_authenticated") {
|
||||||
throw new Error('There was an issue authenticating this payment method.');
|
throw new Error('There was an issue authenticating this payment method.');
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var canvas = new cba.Canvas3ds('#widget-3dsecure', resource._3ds.token);
|
var canvas = new cba.Canvas3ds('#widget-3dsecure', resource._3ds.token);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user