From c3110493592088057465fcfdb3e46e071c2afb59 Mon Sep 17 00:00:00 2001 From: merdan Date: Wed, 21 Sep 2022 15:30:28 +0500 Subject: [PATCH] menu Controller --- packages/Webkul/Product/src/Type/Configurable.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/Webkul/Product/src/Type/Configurable.php b/packages/Webkul/Product/src/Type/Configurable.php index 3c2bb9073..9727d3fe1 100644 --- a/packages/Webkul/Product/src/Type/Configurable.php +++ b/packages/Webkul/Product/src/Type/Configurable.php @@ -541,11 +541,6 @@ class Configurable extends AbstractType */ public function getOfferPrice() { - static $offerPrice = null; - - if (! is_null($offerPrice)) { - return $offerPrice; - } $rulePrices = $customerGroupPrices = [];