From 56c27736a795bb7f10cbc2518615b859d54c4e5d Mon Sep 17 00:00:00 2001 From: Fadli Date: Thu, 30 Mar 2023 10:58:42 +0700 Subject: [PATCH] - fix sending check bill --- src/transaction/transaction.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transaction/transaction.service.ts b/src/transaction/transaction.service.ts index a68de7b..c57a4c2 100644 --- a/src/transaction/transaction.service.ts +++ b/src/transaction/transaction.service.ts @@ -1094,8 +1094,8 @@ export class TransactionService { orderTransactionDto.bill_trx_id ) } else { - await doTransaction( - hitSupplier= `CEK${orderTransactionDto.productCode.slice(3)}`, + hitSupplier = await doTransaction( + `CEK${orderTransactionDto.productCode.slice(3)}`, orderTransactionDto.destination, trxId, supplier,