• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/propertyvaluebase.php
  • Класс: BitrixSalePropertyValueBase
  • Вызов: PropertyValueBase::extractPaySystemIdList
static function extractPaySystemIdList(Entity $order)
{
	return [$order->getField('PAY_SYSTEM_ID')];
}