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

moveToCustomerQuote() public method

Allows you to move products from the current quote to a customer quote.
public moveToCustomerQuote ( integer $quoteId, array $productsData, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$productsData array
$store string
return Smalot\Magento\ActionInterface
    public function moveToCustomerQuote($quoteId, $productsData, $store = null)
    {
        return $this->__createAction('cart_product.moveToCustomerQuote', func_get_args());
    }