• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/integration/imopenlinesmanager.php
  • Класс: BitrixSalesCenterIntegrationImOpenLinesManager
  • Вызов: ImOpenLinesManager::createImParamsByOrder
protected function createImParamsByOrder(Order $order, $publicUrl)
{
	return array_merge($this->getCommonImParams($publicUrl), [
		'richUrlPreview' => $this->getOrderPreviewData($order),
	]);
}