filter fix
This commit is contained in:
parent
cf4b6ca73a
commit
8361c877e0
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue