TP-89230 | call id inclusion
This commit is contained in:
@@ -74,7 +74,7 @@ function extractUserCallModelUpdatedPush(rawResponse) {
|
||||
userCRTObjectId = userCRTObjectId.replace('%40', '@');
|
||||
const phoneNumber = parsedObject?.phone;
|
||||
const lan = parsedObject?.loanaccountnumber;
|
||||
const callId = parsedObject?.unique_id;
|
||||
const callId = parsedObject?.unique_id || parsedObject?.callid;
|
||||
localStorage.setItem(
|
||||
'revEngCustomerInfo',
|
||||
JSON.stringify({phoneNumber, lan, crtObjectId, userCRTObjectId, callId})
|
||||
|
||||
Reference in New Issue
Block a user