- added logs tracing hemat
This commit is contained in:
parent
25e59eb086
commit
b15b685a7b
|
@ -1571,10 +1571,10 @@ export class TransactionService {
|
||||||
dataTransaction.seri_number = callback['data']['serial_number'];
|
dataTransaction.seri_number = callback['data']['serial_number'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (callback['hrg']) {
|
if (callback['hrg'] != undefined) {
|
||||||
console.log('mskcbhargahemat', 'msk')
|
console.log('mskcbhargahemat', 'msk')
|
||||||
dataProductHistoryPrice.price = callback['hrg'];
|
dataProductHistoryPrice.price = callback['hrg'];
|
||||||
} else if (callback['data']['additional']['harga']) {
|
} else if (callback['data']['additional']['harga'] != undefined) {
|
||||||
console.log('mskcbhargahemat1', 'msk')
|
console.log('mskcbhargahemat1', 'msk')
|
||||||
dataProductHistoryPrice.price = parseInt(callback['data']['additional']['harga']);
|
dataProductHistoryPrice.price = parseInt(callback['data']['additional']['harga']);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user