Merge pull request #758 from Safelite/feature/CSR-855

CSR-855 send save quote id to heritage
This commit is contained in:
CarlNation 2022-09-23 11:35:15 -04:00 committed by GitHub
commit 0eda94fdf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}
);
}