Smalot\Magento\GiftMessage\GiftMessage::setForQuote PHP Method

setForQuote() public method

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
return Smalot\Magento\ActionInterface
    public function setForQuote($quoteId, $giftMessage, $store)
    {
        return $this->__createAction('giftmessage.setForQuote', func_get_args());
    }