@@ -68,7 +68,6 @@ class ReductionCartRepository extends BaseRepository implements DefaultRepositor | |||
$reductionCartsArray = [] ; | |||
foreach($reductionCarts as $reductionCart) { | |||
dump($reductionCart); | |||
if($this->orderUtils->isReductionCartMatchWithUser($reductionCart, $user) | |||
&& $this->orderUtils->isReductionCartMatchWithGroupUser($reductionCart, $user) | |||
&& $this->orderUtils->countReductionCartAvailableForUser($reductionCart, $user) |