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( {