• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxorangedata.php
  • Класс: BitrixSaleCashboxCashboxOrangeData
  • Вызов: CashboxOrangeData::checkCorrection
public function checkCorrection(CorrectionCheck $check)
{
	return $this->checkInternal(
		$this->getUrl()
		. $this->getCorrectionUrlPath()
		. $this->getValueFromSettings('SERVICE', 'INN')
		. '/status/'
		. $check->getField('EXTERNAL_UUID')
	);
}