• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/checkout/services/accountyookassa.php
  • Класс: BitrixSeoCheckoutServicesAccountYookassa
  • Вызов: AccountYookassa::getCallbackEventUrl
private function getCallbackEventUrl()
{
	if (!$this->callbackEventUrl)
	{
		$request = BitrixMainApplication::getInstance()->getContext()->getRequest();
		$host = $request->isHttps() ? 'https' : 'http';

		$this->callbackEventUrl = new WebUri($host.'://'.$request->getHttpHost().'/bitrix/tools/sale_ps_result.php');
	}

	return $this->callbackEventUrl;
}