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