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,