Skip to content
Snippets Groups Projects
Commit 0d047240 authored by Robert He's avatar Robert He
Browse files

MAGETWO-35975: Create different cached page based on Weee configuration

 - fixes from code review
parent b4d15cfc
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment