@@ -38,6 +38,9 @@ |
||
38 | 38 | return $this->execute($this->factoryMap($route), $product->toJson()); |
39 | 39 | } |
40 | 40 | |
41 | + /** |
|
42 | + * @param string $type |
|
43 | + */ |
|
41 | 44 | protected function getDetail($skuId, $type) |
42 | 45 | { |
43 | 46 | $response = $this->perform($this->factoryMap('get'.$type, ['sku' => $skuId])); |