change new Quantity value in CartItem::addQuantity
This commit is contained in:
@@ -61,7 +61,7 @@ class CartItem extends BaseCartItem
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->setQuantity($currentQuantity);
|
$this->setQuantity($newQuantity);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user