fixing: transaction create
This commit is contained in:
		| @@ -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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user