From 2faf5967b29bf80ec9b0f379dea42e6475ddb231 Mon Sep 17 00:00:00 2001 From: Muhammad Fadli Date: Thu, 31 Aug 2023 15:59:13 +0700 Subject: [PATCH] - fix response error elang --- src/helper/irs-api.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/helper/irs-api.ts b/src/helper/irs-api.ts index 4ee235c..e55e46b 100644 --- a/src/helper/irs-api.ts +++ b/src/helper/irs-api.ts @@ -164,6 +164,8 @@ export const doTransaction = async ( } catch (err) { console.log('errtransaction', err); console.log('errtransaction2', err.response.data); + console.log('errtransaction3', err.response.status); + console.log('errtransaction4', err.message); throw new HttpException( {