• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/cashbox/events/togglecashboxesonupdatepaysystem.php
  • Класс: BitrixSalePaySystemCashboxEventsToggleCashboxesOnUpdatePaySystem
  • Вызов: ToggleCashboxesOnUpdatePaySystem::getKkmId
private function getKkmId(): array
{
	$cashboxClass = $this->service->getCashboxClass();
	$paySystemCodeForKkm = $cashboxClass::getPaySystemCodeForKkm();

	return SaleBusinessValue::getValuesByCode($this->service->getConsumerName(), $paySystemCodeForKkm);
}