diff --git a/resources/views/portal/ninja2020/gateways/powerboard/credit_card/pay.blade.php b/resources/views/portal/ninja2020/gateways/powerboard/credit_card/pay.blade.php index 0e4cf04ffa92..48868e8303ff 100644 --- a/resources/views/portal/ninja2020/gateways/powerboard/credit_card/pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/powerboard/credit_card/pay.blade.php @@ -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);