From f79654b046c361d96a70442f35c1f2a059041acd Mon Sep 17 00:00:00 2001 From: Jason Wheeler Date: Wed, 26 Apr 2023 11:16:40 -0400 Subject: [PATCH] corrected routing --- src/router/router-constants/routing-table.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 8048a922..a46e90d7 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -435,7 +435,7 @@ const routingTable = function(store) { }, { scenario: navigationScenarios.CLICKED_FORWARD_WITH_SAFELITE, - destinationIssPageValue: issPageValues.SERVICE_PACKAGES + destinationIssPageValue: issPageValues.SERVICE_LOCATION } ] }, @@ -444,7 +444,7 @@ const routingTable = function(store) { maps: [ { scenario: navigationScenarios.CLICKED_BACK, - destinationIssPageValue: issPageValues.SERVICE_PACKAGES, + destinationIssPageValue: issPageValues.PROVIDER_PREFERENCE, }, { scenario: navigationScenarios.CLICKED_FORWARD, @@ -474,7 +474,7 @@ const routingTable = function(store) { }, { scenario: navigationScenarios.CLICKED_FORWARD, - destinationIssPageValue: issPageValues.REVIEW_PAGE + destinationIssPageValue: issPageValues.SERVICE_PACKAGES } ] }, @@ -483,7 +483,7 @@ const routingTable = function(store) { maps: [ { scenario: navigationScenarios.CLICKED_BACK, - destinationIssPageValue: issPageValues.SERVICE_LOCATION + destinationIssPageValue: issPageValues.CONTACT_DETAILS }, { scenario: navigationScenarios.CLICKED_FORWARD, @@ -497,7 +497,7 @@ const routingTable = function(store) { maps: [ { scenario: navigationScenarios.CLICKED_BACK, - destinationIssPageValue: issPageValues.CONTACT_DETAILS + destinationIssPageValue: issPageValues.SERVICE_PACKAGES }, { scenario: navigationScenarios.CLICKED_FORWARD,