diff --git a/packages/Webkul/Product/src/Type/Configurable.php b/packages/Webkul/Product/src/Type/Configurable.php index c98fc5bfa..3c2bb9073 100644 --- a/packages/Webkul/Product/src/Type/Configurable.php +++ b/packages/Webkul/Product/src/Type/Configurable.php @@ -590,11 +590,6 @@ class Configurable extends AbstractType */ public function getMaximumPrice() { - static $maxPrice = null; - - if (! is_null($maxPrice)) { - return $maxPrice; - } $productFlat = ProductFlat::join('products', 'product_flat.product_id', '=', 'products.id') ->distinct()