• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/barcodegenerator.php
  • Класс: BitrixSalePaySystemBarcodeGenerator
  • Вызов: BarcodeGenerator::getAllowedOptions
static function getAllowedOptions(): array
{
	return [
		'w',
		'h',
		'p',
		'wq',
	];
}