@@ -475,17 +475,6 @@ abstract class OrderShop extends AbstractEntity implements FilterMerchantInterfa | |||
return $this; | |||
} | |||
public function hasOrderReductionCartFreeShipping() | |||
{ | |||
foreach($this->getOrderReductionCarts() as $orderReductionCart) { | |||
if($orderReductionCart->getFreeShipping()) { | |||
return true ; | |||
} | |||
} | |||
return false ; | |||
} | |||
/** | |||
* @return Collection|Document[] | |||
*/ |