- fix when response is PLN Quota with user name using space
This commit is contained in:
		| @@ -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]); | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user