Skip to content

Commit

Permalink
Add functionality from recent updates to the library
Browse files Browse the repository at this point in the history
  • Loading branch information
dendd1 authored and Neur0toxine committed Oct 3, 2023
1 parent 2b02c0e commit b6afd33
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/Model/Entity/Orders/LinkedOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

use RetailCrm\Api\Component\Serializer\Annotation as JMS;

/**
* Class LinkedOrder
*
* @category LinkedOrder
* @package RetailCrm\Api\Model\Entity\Orders
*/
class LinkedOrder
{
/**
Expand Down
6 changes: 6 additions & 0 deletions src/Model/Entity/Orders/OrderLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
use DateTime;
use RetailCrm\Api\Component\Serializer\Annotation as JMS;

/**
* Class OrderLink
*
* @category OrderLink
* @package RetailCrm\Api\Model\Entity\Orders
*/
class OrderLink
{
/**
Expand Down
1 change: 0 additions & 1 deletion src/ResourceGroup/WebAnalytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use RetailCrm\Api\Model\Response\WebAnalytics\ClientIdUploadResponse;
use RetailCrm\Api\Model\Response\WebAnalytics\SourcesUploadResponse;

// TODO комментарий + тест
/**
* Class WebAnalytics
*
Expand Down

0 comments on commit b6afd33

Please sign in to comment.