Back to All

Not getting proper response

as per docs in tiggertransaction promise if I am using expired transactionId then I should get transactionId expired error .... but always I am getting Error occurred during transaction .

await SmallcaseGateway.triggerTransaction("TRX_792147332a7444aea91bd89885c33f9c")
.then((res) => console.log("res", res))
.catch((err) => console.log("err", err));

Even when I am trying to login and cancel in between then also I just get Error occurred during transaction... not getting error code or any other msg in res...