Make sure to utilize QA

This commit is contained in:
scottkiener-at-safelite 2026-01-23 10:49:01 -05:00
parent 67e60c774f
commit 9e53ab9c22

View file

@ -57,6 +57,13 @@ export default {
); );
break; break;
case "QA": case "QA":
initializeSalesforceWebchatForQa(
this.modifyEmbeddedSvcCallback,
this.finishedLoadingCallback,
this.onWebchatOpenCallback,
this.onWebchatCloseCallback
);
break;
case "SysTest": case "SysTest":
initializeSalesforceWebchatForSys( initializeSalesforceWebchatForSys(
this.modifyEmbeddedSvcCallback, this.modifyEmbeddedSvcCallback,
@ -67,6 +74,7 @@ export default {
break; break;
case "Dev": case "Dev":
case "Localhost": case "Localhost":
default:
initializeSalesforceWebchatForDev( initializeSalesforceWebchatForDev(
this.modifyEmbeddedSvcCallback, this.modifyEmbeddedSvcCallback,
this.finishedLoadingCallback, this.finishedLoadingCallback,