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