vendor not needed in my product info
This commit is contained in:
parent
47b94a52f5
commit
e5e957dacb
|
|
@ -483,8 +483,7 @@ class ProductsAPIController extends KabinetAPIController
|
|||
'measure.translations:locale,model_id,attribute_data',
|
||||
'currency.translations:locale,model_id,attribute_data',
|
||||
'payment_term.translations:locale,model_id,attribute_data',
|
||||
'delivery_term.translations:locale,model_id,attribute_data',
|
||||
'vendor:id,name,surname,email,username'
|
||||
'delivery_term.translations:locale,model_id,attribute_data'
|
||||
])->find($id);
|
||||
|
||||
if(!$data) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue