vendor not needed in my product info

This commit is contained in:
saparatayev 2022-03-09 14:17:12 +05:00
parent 47b94a52f5
commit e5e957dacb
1 changed files with 1 additions and 2 deletions

View File

@ -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) {