Merge pull request #3141 from Safelite/feature/CASH-2521-4.23
Set conceptsqid to empty string as Heritage has no checks on that
This commit is contained in:
commit
03990faf9d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ export async function navigateToHeritageFunnel({ shouldSaveSession, pageNameToLo
|
|||
var heritageParms = {
|
||||
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