authenticate()) { $quote = $this->getRequest()->getParam('quote_id'); if (!$this->helper->getFeefoLogon() or !$quote) { return $this->sendNoContentResponse(); } $this->_view->loadLayout(); $this->_view->renderLayout(); } } }