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; const payment = this.$store.getters.payment;
if (payment.isInsurance) { if (payment.isInsurance) {
navigateToHeritageFunnel({ this.$router.navigateWithSaving(
shouldSaveSession: true, this.navigationScenarios.CLICKED_FORWARD_WITH_INSURANCE,
pageNameToLog: "quote", this.$route
loadingModal: this.$refs.loadingModal, );
});
// this.$router.navigateWithSaving(
// this.navigationScenarios.CLICKED_FORWARD_WITH_INSURANCE,
// this.$route
// );
} else { } else {
this.$router.navigateWithSaving( this.$router.navigateWithSaving(
this.navigationScenarios.CLICKED_FORWARD_WITH_CASH, this.navigationScenarios.CLICKED_FORWARD_WITH_CASH,