diff --git a/Plugin/Saleable/CanShowPrice.php b/Plugin/Saleable/CanShowPrice.php index db44a62..14ded50 100644 --- a/Plugin/Saleable/CanShowPrice.php +++ b/Plugin/Saleable/CanShowPrice.php @@ -41,6 +41,6 @@ private function canShowPrice(bool $canShowPrice): bool { return $canShowPrice ? $this->canShowPrice->canShowPrice((int) $this->httpContext->getValue(CustomerContext::CONTEXT_GROUP)) - : $canShowPrice; + : false; } }