Merge branch 'master' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-production
This commit is contained in:
		| @@ -616,7 +616,7 @@ export class TransactionService { | ||||
|       //HIT API SUPPLIER | ||||
|       let trxId; | ||||
|  | ||||
|        trxId = Array(11) | ||||
|        trxId = Array(15) | ||||
|             .fill(null) | ||||
|             .map(() => { | ||||
|               return Math.round(Math.random() * 16).toString(16); | ||||
| @@ -1570,7 +1570,7 @@ export class TransactionService { | ||||
|  | ||||
|       if (callback['hrg']) { | ||||
|         dataProductHistoryPrice.price = callback['hrg']; | ||||
|       } else { | ||||
|       } else if (callback['data']['additional']['harga']) { | ||||
|         dataProductHistoryPrice.price = parseInt(callback['data']['additional']['harga']); | ||||
|       } | ||||
|     } else if (supplier.code == 'Digiflazz') { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user