From 8ebd2a6622f36c65b933d30ae779f75e92a4793b Mon Sep 17 00:00:00 2001 From: Fadli Date: Tue, 28 Feb 2023 14:38:49 +0700 Subject: [PATCH] - log digiflazz supplier --- 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 ae208de..03b1cc1 100644 --- a/src/helper/irs-api.ts +++ b/src/helper/irs-api.ts @@ -135,7 +135,8 @@ export const doTransaction = async ( console.log('restranshemat', res); } catch (err) { - console.log('errtranshemat', err); + console.log('errtransaction', err); + console.log('errtransaction2', err.response.data); if (err.includes('Maaf Saldo anda tidak mencukupi')) { throw 'maaf saat ini transaksi sedang tidak bisa diproses, silahkan hubungi WND Solutions untuk bisa di proses kembali';