1
0
mirror of synced 2024-11-21 21:06:07 +03:00

Add functionality from recent updates to the library

This commit is contained in:
Danila 2023-09-07 10:16:41 +03:00 committed by Neur0toxine
parent 2b02c0e116
commit b6afd33906
3 changed files with 12 additions and 1 deletions

View File

@ -11,6 +11,12 @@ namespace RetailCrm\Api\Model\Entity\Orders;
use RetailCrm\Api\Component\Serializer\Annotation as JMS;
/**
* Class LinkedOrder
*
* @category LinkedOrder
* @package RetailCrm\Api\Model\Entity\Orders
*/
class LinkedOrder
{
/**

View File

@ -12,6 +12,12 @@ namespace RetailCrm\Api\Model\Entity\Orders;
use DateTime;
use RetailCrm\Api\Component\Serializer\Annotation as JMS;
/**
* Class OrderLink
*
* @category OrderLink
* @package RetailCrm\Api\Model\Entity\Orders
*/
class OrderLink
{
/**

View File

@ -15,7 +15,6 @@ use RetailCrm\Api\Model\Request\WebAnalytics\SourcesUploadRequest;
use RetailCrm\Api\Model\Response\WebAnalytics\ClientIdUploadResponse;
use RetailCrm\Api\Model\Response\WebAnalytics\SourcesUploadResponse;
// TODO комментарий + тест
/**
* Class WebAnalytics
*