Skip to content

Commit

Permalink
false if false ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 authored Jun 6, 2022
1 parent 3c74ee1 commit 7049086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/Saleable/CanShowPrice.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ private function canShowPrice(bool $canShowPrice): bool
{
return $canShowPrice
? $this->canShowPrice->canShowPrice((int) $this->httpContext->getValue(CustomerContext::CONTEXT_GROUP))
: $canShowPrice;
: false;
}
}

0 comments on commit 7049086

Please sign in to comment.