Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging
This commit is contained in:
commit
445d072002
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue
Block a user