Conditions | 2 |
Paths | 2 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
33 | public function process(ContractResponseInterface $response): ApiResponderInterface |
||
34 | { |
||
35 | $content = json_decode($response->getContent()); |
||
36 | isset($content->error_response) ? $this->error($content->error_response) : $this->success($content->aliexpress_category_redefining_getallchildattributesresult_response); |
||
37 | return $this; |
||
38 | } |
||
53 |