• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/cashbox/events/updatecashboxesonbusinessvalueupdate.php
  • Класс: BitrixSalePaySystemCashboxEventsUpdateCashboxesOnBusinessValueUpdate
  • Вызов: UpdateCashboxesOnBusinessValueUpdate::getNewKkmId
private function getNewKkmId()
{
	$paySystemCodeForKkm = $this->currentPaySystemService->getCashboxClass()::getPaySystemCodeForKkm();
	return SaleBusinessValue::getMapping(
		$paySystemCodeForKkm,
		$this->currentPaySystemService->getConsumerName(),
		BusinessValueTable::COMMON_PERSON_TYPE_ID
	)['PROVIDER_VALUE'];
}