diff --git a/src/transaction/transaction.service.ts b/src/transaction/transaction.service.ts index 74226d2..5bd7db9 100644 --- a/src/transaction/transaction.service.ts +++ b/src/transaction/transaction.service.ts @@ -814,20 +814,20 @@ export class TransactionService { }) .join(''); - // let hitSupplier = await doTransaction( - // 'CEK' + orderTransactionDto.productCode.slice(3), - // orderTransactionDto.destination, - // trxId, - // supplier, - // ); - let hitSupplier = await doTransaction( - 'CEKXL1', + 'CEK' + orderTransactionDto.productCode.slice(3), orderTransactionDto.destination, trxId, supplier, ); + // let hitSupplier = await doTransaction( + // 'CEKXL1', + // orderTransactionDto.destination, + // trxId, + // supplier, + // ); + return hitSupplier; }