diff --git a/src/helper/irs-api.ts b/src/helper/irs-api.ts index b875f10..9f09267 100644 --- a/src/helper/irs-api.ts +++ b/src/helper/irs-api.ts @@ -132,11 +132,6 @@ export const doTransaction = async ( } catch (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'; - } else { - throw err; - } } };