• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/LogMessage/PaymentNotViewed.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\LogMessage\PaymentNotViewed
  • Вызов: PaymentNotViewed::getTags
public function getTags(): ?array
{
	return [
		'status' => new Tag(
			Loc::getMessage('CRM_TIMELINE_ECOMMERCE_PAYMENT_PAGE_NOT_VIEWED'),
			Tag::TYPE_SECONDARY
		),
	];
}