- fix when response is PLN Quota with user name using space
This commit is contained in:
parent
a819f08dad
commit
340849905e
|
@ -1487,7 +1487,7 @@ export class TransactionService {
|
|||
|
||||
dataTransaction.seri_number =
|
||||
responseBaru[10].length > 1 ? responseBaru[10] : responseBaru[9];
|
||||
|
||||
console.log('isisn', dataTransaction.seri_number);
|
||||
if (dataTransaction.seri_number == 'SN:') {
|
||||
const s = 'SN: '
|
||||
const index = response.indexOf(s);
|
||||
|
|
Loading…
Reference in New Issue
Block a user