Commit 611c6b87 authored by ari_darmawan's avatar ari_darmawan

embed live chat

parent a3a525fe
......@@ -471,7 +471,7 @@ export class AdminTicketCustomerMdComponent implements OnInit {
org_id: 1,
customer_id : this.CustomerID
}
console.log(Request)
if(valid){
this.UpdateCustomerAPI(Request)
}else{
......
......@@ -25,7 +25,7 @@ export class LiveChatComponent implements OnInit {
this.isIframeLoad = false;
this.reloadCount = 1;
const item = this.global.getUserInformation.values;
this.URLIFrame = `http://localhost:4200/chat?access_token=${item.access_token}&team_id=${item.team_id}&user_id=${item.user_id}&login_id=${item.login_id}&org_id=${item.org_id}&email=${item.email}&contact_name=${item.contact_name}`;
this.URLIFrame = `http://localhost:2323/chat?access_token=${item.access_token}&team_id=${item.team_id}&user_id=${item.user_id}&login_id=${item.login_id}&org_id=${item.org_id}&email=${item.email}&contact_name=${item.contact_name}`;
}
Iframe_onLoad() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment