diff --git a/src/transaction/transaction.service.ts b/src/transaction/transaction.service.ts index a312442..dabc240 100644 --- a/src/transaction/transaction.service.ts +++ b/src/transaction/transaction.service.ts @@ -489,17 +489,17 @@ export class TransactionService { }) .join(''); - // const hitSupplier = await doTransaction( - // orderTransactionDto.productCode, - // orderTransactionDto.destination, - // trxId, - // ); + const hitSupplier = await doTransaction( + orderTransactionDto.productCode, + orderTransactionDto.destination, + trxId, + ); - const hitSupplier = { - harga: 2000, - success: true, - msg: 'Berhasil', - }; + // const hitSupplier = { + // harga: 2000, + // success: true, + // msg: 'Berhasil', + // }; this.logger.log({ responseAPISupplier: hitSupplier,