From 3d67fe327bb088ac8c28340568d07f70ad65b9c0 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 10 Sep 2024 15:43:05 +1000 Subject: [PATCH] Update logic --- .../ninja2020/gateways/powerboard/credit_card/pay.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fce0cec0d0d3..cdf1c2497ced 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 @@ -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");