Merge pull request #1794 from Safelite/feature/CSR-1754

Feature/csr 1754
This commit is contained in:
CarlNation 2024-03-07 13:15:23 -05:00 committed by GitHub
commit f87b3b36e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -324,15 +324,10 @@ export default {
const payment = this.$store.getters.payment;
if (payment.isInsurance) {
navigateToHeritageFunnel({
shouldSaveSession: true,
pageNameToLog: "quote",
loadingModal: this.$refs.loadingModal,
});
// this.$router.navigateWithSaving(
// this.navigationScenarios.CLICKED_FORWARD_WITH_INSURANCE,
// this.$route
// );
this.$router.navigateWithSaving(
this.navigationScenarios.CLICKED_FORWARD_WITH_INSURANCE,
this.$route
);
} else {
this.$router.navigateWithSaving(
this.navigationScenarios.CLICKED_FORWARD_WITH_CASH,