Smalot\Magento\Cart\CartProduct::update PHP Method

update() public method

Allows you to update one or several products in the shopping cart (quote).
public update ( integer $quoteId, array $productsData, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$productsData array
$store string
return Smalot\Magento\ActionInterface
    public function update($quoteId, $productsData, $store = null)
    {
        return $this->__createAction('cart_product.update', func_get_args());
    }