• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/services/company/restrictions/currency.php
  • Класс: Bitrix\Sale\Services\Company\Restrictions\Currency
  • Вызов: Currency::check
static function check($params, array $restrictionParams, $serviceId = 0)
{
	if (isset($restrictionParams) && is_array($restrictionParams['CURRENCY']))
		return in_array($params, $restrictionParams['CURRENCY']);

	return true;
}