diff --git a/packages/Webkul/Product/src/Type/AbstractType.php b/packages/Webkul/Product/src/Type/AbstractType.php index 460dda2dd..adf2f27b4 100644 --- a/packages/Webkul/Product/src/Type/AbstractType.php +++ b/packages/Webkul/Product/src/Type/AbstractType.php @@ -536,7 +536,7 @@ abstract class AbstractType */ public function getMaximamPrice() { - return $this->getMinimalPrice(); + return $this->product->price; } /**