Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/ru/delivery/pecom/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/ru/delivery/pecom/replacement.php

<?
namespace Bitrix\Sale\Delivery\Pecom;

class Replacement
{
	public static function getRegionExceptions()
	{
		return array(
			'МОСКВА' => 'МОСКОВСКАЯ ОБЛАСТЬ',
			'САНКТ-ПЕТЕРБУРГ' => 'ЛЕНИНГРАДСКАЯ ОБЛАСТЬ',
		);
	}

	public static function getDistrictMark()
	{
		return 'Р\-Н';
	}
}