fixing: transaction create

This commit is contained in:
ilham
2022-01-10 00:13:41 +07:00
parent 2114ba6fa6
commit b67ce2ed79
2 changed files with 11 additions and 10 deletions

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: product_price.price,
// success: true,
// msg: 'Berhasil',
// };
const hitSupplier = {
harga: 2000,
success: true,
msg: 'Berhasil',
};
this.logger.log({
responseAPISupplier: hitSupplier,