Skip to content

Commit

Permalink
enable AffiliatePartner api
Browse files Browse the repository at this point in the history
  • Loading branch information
marcum8er authored Jul 25, 2024
1 parent 4f70101 commit 8793b2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

use EcomPHP\TiktokShop\Errors\ResponseException;
use EcomPHP\TiktokShop\Resources\AffiliateCreator;
use EcomPHP\TiktokShop\Resources\AffiliatePartner;
use EcomPHP\TiktokShop\Resources\AffiliateSeller;
use EcomPHP\TiktokShop\Resources\CustomerService;
use GuzzleHttp\Exception\GuzzleException;
Expand Down Expand Up @@ -50,6 +51,7 @@
* @property-read CustomerService $CustomerService
* @property-read AffiliateSeller $AffiliateSeller
* @property-read AffiliateCreator $AffiliateCreator
* @property-read AffiliatePartner $AffiliatePartner
*/
class Client
{
Expand Down Expand Up @@ -88,6 +90,7 @@ class Client
CustomerService::class,
AffiliateSeller::class,
AffiliateCreator::class,
AffiliatePartner::class,
];

public function __construct($app_key, $app_secret, $options = [])
Expand Down

0 comments on commit 8793b2f

Please sign in to comment.