Merge branch 'development' into 'devops-staging'
fixing: transaction create See merge request empatnusabangsa/ppob/ppob-backend!96
This commit is contained in:
commit
c132b10ecc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user