Smalot\Magento\GiftMessage\GiftMessage::setForQuoteItem PHP Method

setForQuoteItem() public method

Allows you to set a gift message for an item in the shopping cart (quote).
public setForQuoteItem ( string $quoteItemId, array $giftMessage, string $store ) : Smalot\Magento\ActionInterface
$quoteItemId string
$giftMessage array
$store string
return Smalot\Magento\ActionInterface
    public function setForQuoteItem($quoteItemId, $giftMessage, $store)
    {
        return $this->__createAction('giftmessage.setForQuoteItem', func_get_args());
    }