• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/paysystemservice.php
  • Класс: BitrixSaleInternalsPaySystemServiceTable
  • Вызов: PaySystemServiceTable::validateCurrency
static function validateCurrency()
{
	return array(
		new EntityValidatorLength(null, 3),
	);
}