Merge pull request #1794 from Safelite/feature/CSR-1754
Feature/csr 1754
This commit is contained in:
commit
f87b3b36e5
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