This commit is contained in:
David Bomba 2024-09-10 16:42:10 +10:00
parent eea3f396c6
commit ca187bb1da

View File

@ -182,6 +182,7 @@
if (resource.status == "not_authenticated") {
throw new Error('There was an issue authenticating this payment method.');
return;
}
var canvas = new cba.Canvas3ds('#widget-3dsecure', resource._3ds.token);