• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/service.php
  • Класс: BitrixSalePaySystemService
  • Вызов: Service::getConsumerName
public function getConsumerName()
{
	$id = $this->fields['ID'] ?? 0;

	return static::PAY_SYSTEM_PREFIX.$id;
}