• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/order/terminalpayment.php
  • Класс: Bitrix\Crm\Controller\Order\TerminalPayment
  • Вызов: TerminalPayment::processBeforeAction
protected function processBeforeAction(Main\Engine\Action $action)
{
	$this->checkPermissions($action);
	if ($this->getErrors())
	{
		return false;
	}

	$this->temporarilyDisableAutomationIfNeeded();

	return parent::processBeforeAction($action);
}