Merge pull request #3139 from Safelite/feature/CASH-2521-4.23
Undoing this change as based on local behavior
This commit is contained in:
commit
5814e588d2
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue