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");