From 0e2867c9d9b246956e905e6acf23ccef43e65682 Mon Sep 17 00:00:00 2001 From: Ruslan Efanov Date: Wed, 9 Jun 2021 09:38:19 +0300 Subject: [PATCH] Add extends for class TariffListResponse and ShipmentPoinListResponse --- .../Callback/Response/Delivery/ShipmentPointListResponse.php | 3 ++- src/Model/Callback/Response/Delivery/TariffListResponse.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Model/Callback/Response/Delivery/ShipmentPointListResponse.php b/src/Model/Callback/Response/Delivery/ShipmentPointListResponse.php index 96c5e7e..93ffdb1 100644 --- a/src/Model/Callback/Response/Delivery/ShipmentPointListResponse.php +++ b/src/Model/Callback/Response/Delivery/ShipmentPointListResponse.php @@ -10,6 +10,7 @@ namespace RetailCrm\Api\Model\Callback\Response\Delivery; use RetailCrm\Api\Component\Serializer\Annotation as JMS; +use RetailCrm\Api\Model\Response\SuccessResponse; /** * Class ShipmentPointListResponse @@ -17,7 +18,7 @@ use RetailCrm\Api\Component\Serializer\Annotation as JMS; * @category ShipmentPointListResponse * @package RetailCrm\Api\Model\Callback\Response\Delivery */ -class ShipmentPointListResponse +class ShipmentPointListResponse extends SuccessResponse { /** * @var \RetailCrm\Api\Model\Callback\Entity\Delivery\Terminal[] diff --git a/src/Model/Callback/Response/Delivery/TariffListResponse.php b/src/Model/Callback/Response/Delivery/TariffListResponse.php index a5ea160..deb15cd 100644 --- a/src/Model/Callback/Response/Delivery/TariffListResponse.php +++ b/src/Model/Callback/Response/Delivery/TariffListResponse.php @@ -10,6 +10,7 @@ namespace RetailCrm\Api\Model\Callback\Response\Delivery; use RetailCrm\Api\Component\Serializer\Annotation as JMS; +use RetailCrm\Api\Model\Response\SuccessResponse; /** * Class TariffListResponse @@ -17,7 +18,7 @@ use RetailCrm\Api\Component\Serializer\Annotation as JMS; * @category TariffListResponse * @package RetailCrm\Api\Model\Callback\Response\Delivery */ -class TariffListResponse +class TariffListResponse extends SuccessResponse { /** * @var \RetailCrm\Api\Model\Callback\Entity\Delivery\Tariff[]