Merge pull request #1611 from Safelite/feature/CSR-1856

Feature/csr 1856 quickfix
This commit is contained in:
chloeherdsafelite 2023-12-01 15:32:39 -05:00 committed by GitHub
commit a6c391dd57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ export default {
const deviceId = getDeviceIdValue(); // cookieNames.DXDEV
const sessionId = getSessionIdValue(); // cookieNames.SESSION_ID
const userAgent = navigator.userAgent; // navigator.userAgent
const refferer =
const referrer =
applicationConfig.CURRENT_ENVIRONMENT != "Localhost" ? document.referrer : null; // see above
const payload = {
@ -163,7 +163,7 @@ export default {
deviceId: deviceId,
sessionId: sessionId,
userAgent: userAgent,
refferer: refferer,
referrer: referrer,
};
const response = await baseMixin.methods.dispatchStoreAction(