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('');
// 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,