diff --git a/resources/js/clients/payments/powerboard-credit-card.js b/resources/js/clients/payments/powerboard-credit-card.js index 6a205a17ef04..3bf49a26f53f 100644 --- a/resources/js/clients/payments/powerboard-credit-card.js +++ b/resources/js/clients/payments/powerboard-credit-card.js @@ -150,7 +150,10 @@ async function process3ds() { try { const resource = await get3dsToken(); + console.log(resource); + if ( + !resource.status || resource.status === 'not_authenticated' || resource === 'not_authenticated' ) {