Smalot\Magento\Cart\CartProduct::moveToCustomerQuote PHP Méthode

moveToCustomerQuote() public méthode

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
Résultat Smalot\Magento\ActionInterface
    public function moveToCustomerQuote($quoteId, $productsData, $store = null)
    {
        return $this->__createAction('cart_product.moveToCustomerQuote', func_get_args());
    }