예제 #1
0
파일: Grid.php 프로젝트: nja78/magento2
 /**
  * Check if allowed for gift message
  *
  * @param Item $item
  * @return bool
  */
 public function isAllowedForGiftMessage($item)
 {
     return $this->_giftMessageSave->getIsAllowedQuoteItem($item);
 }