CSR-855 send save quote id to heritage

This commit is contained in:
CarlNation 2022-09-23 11:28:10 -04:00
parent ebeb468abd
commit 8cb0a3c26a

View file

@ -50,6 +50,7 @@ export async function navigateToHeritageFunnel(shouldSaveOrder = true) {
{
corid: store.getters.order.referralCorrelationId,
src: "concept-funnel",
conceptsqid: store.getters.applicationUser.savedSessionId
}
);
}