Smalot\Magento\GiftMessage\GiftMessage::setForQuote PHP Метод

setForQuote() публичный Метод

Allows you to set a global gift message for the shopping cart (quote).
public setForQuote ( string $quoteId, array $giftMessage, string $store ) : Smalot\Magento\ActionInterface
$quoteId string
$giftMessage array
$store string
Результат Smalot\Magento\ActionInterface
    public function setForQuote($quoteId, $giftMessage, $store)
    {
        return $this->__createAction('giftmessage.setForQuote', func_get_args());
    }