• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discountbase.php
  • Класс: BitrixSaleDiscountBase
  • Вызов: DiscountBase::getOrderPropertyCodes
static function getOrderPropertyCodes()
{
	return [
		'DELIVERY_LOCATION' => 'IS_LOCATION',
		'USER_EMAIL' => 'IS_EMAIL',
		'PAYER_NAME' => 'IS_PAYER',
		'PROFILE_NAME' => 'IS_PROFILE_NAME',
		'DELIVERY_LOCATION_ZIP' => 'IS_ZIP'
	];
}