Add functionality from recent updates to the library
This commit is contained in:
parent
2b02c0e116
commit
b6afd33906
@ -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
|
||||
{
|
||||
/**
|
||||
|
@ -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
|
||||
{
|
||||
/**
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user