12 use Psr\Log\LoggerInterface;
33 AbstractMethod::CHECK_USE_FOR_COUNTRY,
34 AbstractMethod::CHECK_USE_FOR_CURRENCY,
35 AbstractMethod::CHECK_ORDER_TOTAL_MIN_MAX,
36 AbstractMethod::CHECK_ZERO_TOTAL,
42 $this->_view->loadLayout();
43 $this->_view->renderLayout();
45 $this->messageManager->addError($e->getMessage());
48 $this->_objectManager->get(LoggerInterface::class)->critical($e);
49 $this->messageManager->addException($e,
__(
'We cannot open the overview page.'));
_redirect($path, $arguments=[])