From c3c14331976bbc570aaefa519c15fe82fc035658 Mon Sep 17 00:00:00 2001 From: Fadli Date: Thu, 24 Nov 2022 22:31:04 +0700 Subject: [PATCH] - fix transaction error in metro --- src/helper/irs-api.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helper/irs-api.ts b/src/helper/irs-api.ts index 0e5fa6e..cf51467 100644 --- a/src/helper/irs-api.ts +++ b/src/helper/irs-api.ts @@ -51,9 +51,10 @@ export const doTransaction = async ( ); return res.data; + console.log('restranshemat', res) } catch (err) { - console.log('errtranshemat', err.response.data); + console.log('errtranshemat', err); throw err; } };