CSR-1754 route to insurance page after quote
This commit is contained in:
CarlNation 2024-03-07 13:08:51 -05:00
parent e1a19ddfc1
commit c4ca73a9dc

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,