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,