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

	parent::processAfterAction($action, $result);
}