Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | class Info implements ServiceRequestInterface, WorkerInterface |
||
22 | { |
||
23 | use BaseDto, ServiceRequestBuilder; |
||
24 | |||
25 | private $apiMethodName = 'aliexpress.solution.sku.attribute.query'; |
||
|
|||
26 | |||
27 | private $aliexpressCategoryId; |
||
28 | |||
29 | private $categoryId; |
||
30 | |||
31 | public function getRequest(): array |
||
36 |