You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const{ data }=awaitthis.makeHitlRequest(`${getZohoSalesIQUrl(this.dataCenter)}/api/visitor/v1/${this.ctx.configuration.screenName}/conversations`,"POST",{
169
+
const{ data }=awaitthis.makeHitlRequest(`${this.zohoSalesIqServerURI}/api/visitor/v1/${this.ctx.configuration.screenName}/conversations`,"POST",{
const{ data }=awaitthis.makeHitlRequest(`${getZohoSalesIQUrl(this.dataCenter)}/api/v2/${this.ctx.configuration.screenName}/apps/${this.ctx.configuration.appId}`);
205
+
const{ data }=awaitthis.makeHitlRequest(`${this.zohoSalesIqServerURI}/api/v2/${this.ctx.configuration.screenName}/apps/${this.ctx.configuration.appId}`);
204
206
returndata
205
207
}
206
208
207
209
publicasyncgetDepartment(): Promise<any>{
208
-
const{ data }=awaitthis.makeHitlRequest(`${getZohoSalesIQUrl(this.dataCenter)}/api/v2/${this.ctx.configuration.screenName}/departments/${this.ctx.configuration.departmentId}`);
210
+
const{ data }=awaitthis.makeHitlRequest(`${this.zohoSalesIqServerURI}/api/v2/${this.ctx.configuration.screenName}/departments/${this.ctx.configuration.departmentId}`);
0 commit comments