diff --git a/src/helper/irs-api.ts b/src/helper/irs-api.ts index b871420..75818b1 100644 --- a/src/helper/irs-api.ts +++ b/src/helper/irs-api.ts @@ -39,7 +39,7 @@ export const doTransaction = async ( throw new HttpException( { statusCode: HttpStatus.INTERNAL_SERVER_ERROR, - error: e.error, + error: 'maaf saat ini transaksi sedang tidak bisa diproses, silahkan hubungi WND Solutions untuk bisa di proses kembali', }, HttpStatus.INTERNAL_SERVER_ERROR, );