main screen categories and products
This commit is contained in:
parent
5e9f4f9202
commit
28e893d399
|
|
@ -72,7 +72,7 @@ class IntegrationController extends Controller
|
|||
]);
|
||||
|
||||
if ($validation->fails()) {
|
||||
Log::info('validation fails');
|
||||
Log::info($validation->getMessageBag()->all());
|
||||
return response()->json(['errors'=>$validation->getMessageBag()->all()],422);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue