mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for CBA Powerboard
This commit is contained in:
parent
4ca2cc1cf9
commit
bc8ce0af09
@ -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'
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user