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;
|
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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue