Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrax committed Nov 4, 2024
1 parent 733a6e8 commit be278ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AeDs.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function getAccessToken()

public function getCategories($lang)
{
$token = $this->getAccessToken();
//$token = $this->getAccessToken();
$c = new IopClient(UrlConstants::$api_gateway_url_tw, $this->app_key, $this->app_secret);
$request = new IopRequest('aliexpress.ds.category.get');
//$request->addApiParam('categoryId', '15');
Expand Down

0 comments on commit be278ab

Please sign in to comment.