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