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[]