CSR-1754
CSR-1754 route to insurance page after quote
This commit is contained in:
parent
e1a19ddfc1
commit
c4ca73a9dc
1 changed files with 4 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue