Smalot\Magento\Cart\CartCustomer::setCustomer PHP Method

setCustomer() public method

Allows you to add information about the customer to a shopping cart (quote).
public setCustomer ( integer $quoteId, array $customerData, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$customerData array
$store string
return Smalot\Magento\ActionInterface
    public function setCustomer($quoteId, $customerData, $store = null)
    {
        return $this->__createAction('cart_customer.set', func_get_args());
    }