diff --git a/src/Gloudemans/Shoppingcart/Cart.php b/src/Gloudemans/Shoppingcart/Cart.php index bcc6409..f385813 100644 --- a/src/Gloudemans/Shoppingcart/Cart.php +++ b/src/Gloudemans/Shoppingcart/Cart.php @@ -428,7 +428,6 @@ class Cart { protected function updateQty($rowId, $qty) { if($qty <= 0) - if($qty == 0) { return $this->remove($rowId); } @@ -461,4 +460,4 @@ class Cart { return is_array($first); } -} \ No newline at end of file +}