- push logs serial number not detected metro
This commit is contained in:
parent
53ade2b30e
commit
6ce1112d4c
|
@ -1343,6 +1343,12 @@ export class TransactionService {
|
|||
const responseBaru = response.split(' ');
|
||||
dataTransaction.seri_number =
|
||||
responseBaru[10].length > 1 ? responseBaru[10] : responseBaru[9];
|
||||
|
||||
if (dataTransaction.seri_number == 'SN:') {
|
||||
console.log("sn1", responseBaru[9])
|
||||
console.log('sn2', responseBaru[10])
|
||||
}
|
||||
|
||||
console.log("msksn2", dataTransaction.seri_number)
|
||||
}
|
||||
dataTransaction.callback_json = callback;
|
||||
|
|
Loading…
Reference in New Issue
Block a user