PAYLOAD NOT BEING POSTED to URL configured on handler
Closed this issue · 1 comments
BrianOtieno12 commented
Thanks for this package. Below is my function
public function processJobs(Request $request)
{
Log::info(__FUNCTION__, [
'ReceivedRequest' => $request->all(),
]);
return response()->json($response = "", Response::HTTP_OK);
}
marickvantuil commented
Hi, I'm sorry, but I will need a lot more info to even consider debugging this.