Merge branch 'development' into 'devops-staging'
fix: check bill See merge request empatnusabangsa/ppob/ppob-backend!154
This commit is contained in:
		| @@ -814,20 +814,20 @@ export class TransactionService { | ||||
|       }) | ||||
|       .join(''); | ||||
|  | ||||
|     // let hitSupplier = await doTransaction( | ||||
|     //   'CEK' + orderTransactionDto.productCode.slice(3), | ||||
|     //   orderTransactionDto.destination, | ||||
|     //   trxId, | ||||
|     //   supplier, | ||||
|     // ); | ||||
|  | ||||
|     let hitSupplier = await doTransaction( | ||||
|       'CEKXL1', | ||||
|       'CEK' + orderTransactionDto.productCode.slice(3), | ||||
|       orderTransactionDto.destination, | ||||
|       trxId, | ||||
|       supplier, | ||||
|     ); | ||||
|  | ||||
|     // let hitSupplier = await doTransaction( | ||||
|     //   'CEKXL1', | ||||
|     //   orderTransactionDto.destination, | ||||
|     //   trxId, | ||||
|     //   supplier, | ||||
|     // ); | ||||
|  | ||||
|     return hitSupplier; | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user