Fixes for CBA Powerboard

This commit is contained in:
David Bomba 2024-09-24 17:38:25 +10:00
parent 4ca2cc1cf9
commit bc8ce0af09

View File

@ -150,7 +150,10 @@ async function process3ds() {
try { try {
const resource = await get3dsToken(); const resource = await get3dsToken();
console.log(resource);
if ( if (
!resource.status ||
resource.status === 'not_authenticated' || resource.status === 'not_authenticated' ||
resource === 'not_authenticated' resource === 'not_authenticated'
) { ) {