main screen categories and products
This commit is contained in:
parent
a13ab6c33f
commit
aebe38cd20
|
|
@ -59,7 +59,7 @@ class IntegrationController extends Controller
|
||||||
Log::error($ex);
|
Log::error($ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
Log::info($data);
|
Log::info(request()->getContent());
|
||||||
|
|
||||||
$validation = Validator::make($data, [
|
$validation = Validator::make($data, [
|
||||||
'category' => 'required',
|
'category' => 'required',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue