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