- fix sending check bill

This commit is contained in:
Fadli 2023-03-30 10:58:42 +07:00
parent b657df70a8
commit 56c27736a7

View File

@ -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,