- fix when response is PLN Quota with user name using space
This commit is contained in:
parent
cb23ec16ae
commit
33aca34917
|
@ -1495,9 +1495,11 @@ export class TransactionService {
|
|||
if (newRes.includes(' .')) {
|
||||
const splitRes = newRes.split(' .')
|
||||
const serialNumber = splitRes[0];
|
||||
console.log('msknewsn', serialNumber);
|
||||
dataTransaction.seri_number = serialNumber
|
||||
} else {
|
||||
dataTransaction.seri_number = responseBaru[11];
|
||||
console.log('msknewsn2', responseBaru[11]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user