Merge pull request #3139 from Safelite/feature/CASH-2521-4.23

Undoing this change as based on local behavior
This commit is contained in:
matthew-sykes 2026-04-13 16:14:01 -04:00 committed by GitHub
commit 5814e588d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,9 +25,9 @@ export async function navigateToHeritageFunnel({ shouldSaveSession, pageNameToLo
}
var heritageParms = {
corid: store.getters.order.referralCorrelationId ?? "",
corid: store.getters.order.referralCorrelationId,
src: "concept-funnel",
conceptsqid: store.getters.applicationUser.savedSessionId ?? "",
conceptsqid: store.getters.applicationUser.savedSessionId,
isInsurance: store.getters.payment.isInsurance,
};