Skip to content

Commit

Permalink
Merge pull request #211 from Cloudy777/public-shouldAddPriceDetails-210
Browse files Browse the repository at this point in the history
sets shouldAddPriceDetails method for #210
  • Loading branch information
frostblogNet authored Sep 7, 2022
2 parents f60ffeb + 8c1b2af commit b900740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/Pricing/AddPriceDetailsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function afterRender(Render $subject, $result, $priceCode, SaleableInterf
*
* @return bool
*/
private function shouldAddPriceDetails($result, $priceCode, SaleableInterface $saleableItem): bool
public function shouldAddPriceDetails($result, $priceCode, SaleableInterface $saleableItem): bool
{
if (!$this->helper->getConfigValue(self::ENABLED_DISPLAY_BELOW_PRICE_XML)) {
return false;
Expand Down

0 comments on commit b900740

Please sign in to comment.