From 0d047240034f684317e70aaf86cb1751dd9cab10 Mon Sep 17 00:00:00 2001 From: Robert He <rohe@ebay.com> Date: Thu, 25 Jun 2015 14:31:34 -0500 Subject: [PATCH] MAGETWO-35975: Create different cached page based on Weee configuration - fixes from code review --- app/code/Magento/Weee/Model/App/Action/ContextPlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php b/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php index edbe59e5ff1..2fcb1aa0e36 100644 --- a/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php +++ b/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php @@ -127,6 +127,7 @@ class ContextPlugin return $proceed($request); } else if ($countryId && !$regionId) { // country exist and region does not exist + $regionId = 0; $exist = $this->weeeTax->isWeeeInLocation( $countryId, $regionId, -- GitLab