fixing: transaction create

This commit is contained in:
ilham 2022-01-10 00:20:29 +07:00
parent b67ce2ed79
commit df1816a0c8

View File

@ -489,17 +489,17 @@ export class TransactionService {
}) })
.join(''); .join('');
// const hitSupplier = await doTransaction( const hitSupplier = await doTransaction(
// orderTransactionDto.productCode, orderTransactionDto.productCode,
// orderTransactionDto.destination, orderTransactionDto.destination,
// trxId, trxId,
// ); );
const hitSupplier = { // const hitSupplier = {
harga: 2000, // harga: 2000,
success: true, // success: true,
msg: 'Berhasil', // msg: 'Berhasil',
}; // };
this.logger.log({ this.logger.log({
responseAPISupplier: hitSupplier, responseAPISupplier: hitSupplier,