• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/cashbox/eventhandler.php
  • Класс: BitrixSalePaySystemCashboxEventHandler
  • Вызов: EventHandler::onUpdatePaySystem
static function onUpdatePaySystem(MainEvent $event): SaleResult
{
	return (new EventsToggleCashboxesOnUpdatePaySystem($event))->executeEvent();
}