From df1816a0c853cedc4c5cfefcbb3de0fc474e0d3e Mon Sep 17 00:00:00 2001 From: ilham Date: Mon, 10 Jan 2022 00:20:29 +0700 Subject: [PATCH] fixing: transaction create --- src/transaction/transaction.service.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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,