Merge branch 'devops-staging' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend
This commit is contained in:
commit
5b1d7294bf
|
@ -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