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;
case "QA":
initializeSalesforceWebchatForQa(
this.modifyEmbeddedSvcCallback,
this.finishedLoadingCallback,
this.onWebchatOpenCallback,
this.onWebchatCloseCallback
);
break;
case "SysTest":
initializeSalesforceWebchatForSys(
this.modifyEmbeddedSvcCallback,
@ -67,6 +74,7 @@ export default {
break;
case "Dev":
case "Localhost":
default:
initializeSalesforceWebchatForDev(
this.modifyEmbeddedSvcCallback,
this.finishedLoadingCallback,