Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Update to match #62
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Jan 1, 2021
1 parent bd8cc71 commit 4bc7501
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Requests/Templates/CalculationAuthorizedRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,27 @@ abstract class CalculationAuthorizedRequest implements JsonRequest, \JsonSeriali

const VERSION = '1.0';

/** @deprecated */
const SERVICE_INSURANCE = AdditionalService::SERVICE_INSURANCE; // Страховка
/** @deprecated */
const SERVICE_DANGEROUS_GOODS = AdditionalService::SERVICE_DANGEROUS_GOODS; // Опасный груз
/** @deprecated */
const SERVICE_PICKUP = AdditionalService::SERVICE_PICKUP; // Забор в городе отправителе
/** @deprecated */
const SERVICE_DELIVERY_TO_DOOR = AdditionalService::SERVICE_DELIVERY_TO_DOOR; // Доставка в городе получателе
/** @deprecated */
const SERVICE_PACKAGE_1 = AdditionalService::SERVICE_PACKAGE_1; // Упаковка 1
/** @deprecated */
const SERVICE_PACKAGE_2 = AdditionalService::SERVICE_PACKAGE_2; // Упаковка 2
/** @deprecated */
const SERVICE_TRY_AT_HOME = AdditionalService::SERVICE_TRY_AT_HOME; // Примерка на дому
/** @deprecated */
const SERVICE_PERSONAL_DELIVERY = AdditionalService::SERVICE_PERSONAL_DELIVERY; // Доставка лично в руки
/** @deprecated */
const SERVICE_DOCUMENTS_COPY = AdditionalService::SERVICE_DOCUMENTS_COPY; // Скан документов
/** @deprecated */
const SERVICE_PARTIAL_DELIVERY = AdditionalService::SERVICE_PARTIAL_DELIVERY; // Частичная доставка
/** @deprecated */
const SERVICE_CARGO_CHECK = AdditionalService::SERVICE_CARGO_CHECK; // Осмотр вложения

const MODE_DOOR_DOOR = 1;
Expand Down

0 comments on commit 4bc7501

Please sign in to comment.