Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging
This commit is contained in:
commit
d0b152d67e
|
@ -1571,10 +1571,10 @@ export class TransactionService {
|
|||
dataTransaction.seri_number = callback['data']['serial_number'];
|
||||
}
|
||||
|
||||
if (callback['hrg']) {
|
||||
if (callback['hrg'] != undefined) {
|
||||
console.log('mskcbhargahemat', 'msk')
|
||||
dataProductHistoryPrice.price = callback['hrg'];
|
||||
} else if (callback['data']['additional']['harga']) {
|
||||
} else if (callback['data']['additional']['harga'] != undefined) {
|
||||
console.log('mskcbhargahemat1', 'msk')
|
||||
dataProductHistoryPrice.price = parseInt(callback['data']['additional']['harga']);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user