diff --git a/packages/Webkul/Product/src/Type/Configurable.php b/packages/Webkul/Product/src/Type/Configurable.php index 416de9ba5..89c65086c 100644 --- a/packages/Webkul/Product/src/Type/Configurable.php +++ b/packages/Webkul/Product/src/Type/Configurable.php @@ -3,6 +3,7 @@ namespace Webkul\Product\Type; use Illuminate\Support\Facades\DB; +use Illuminate\Support\Facades\Log; use Illuminate\Support\Str; use Webkul\Checkout\Models\CartItem as CartItemModel; use Webkul\Product\Datatypes\CartItemValidationResult; @@ -482,6 +483,7 @@ class Configurable extends AbstractType return 0; } + Log::info($minPrices); return min($minPrices); }