3namespace Sale\Handlers\Delivery\Spsr;
7use Bitrix\Main\Localization\Loc;
8use Bitrix\Sale\Location\Comparator\Mapper;
10Loc::loadMessages(__FILE__);
17final class Location
extends Mapper
19 const EXTERNAL_SERVICE_CODE =
'SPSR';
20 const CSV_FILE_PATH =
'/bitrix/modules/sale/handlers/delivery/spsr/location.csv';
22 public static function install()
27 public function mapStepless()
29 return (
new Result())->addError(
new Error(
'The company no longer exists'));
32 public function map($stage, $step =
'', $progress = 0, $timeout = 0)
34 return (
new Result())->addError(
new Error(
'The company no longer exists'));