• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ads/pixel/conversioneventtriggers/paymenttrigger.php
  • Класс: Bitrix\Crm\Ads\Pixel\ConversionEventTriggers\PaymentTrigger
  • Вызов: PaymentTrigger::checkConfiguration
protected function checkConfiguration(): bool
{
	if ($configuration = $this->getConfiguration())
	{
		return $configuration->has('enable') && filter_var($configuration->get('enable'), FILTER_VALIDATE_BOOLEAN);
	}

	return false;
}