test
This commit is contained in:
@@ -31,7 +31,7 @@ class FetchLoanRemainingController extends Controller
|
|||||||
|
|
||||||
info([
|
info([
|
||||||
'response' => $response,
|
'response' => $response,
|
||||||
'type' => gettype($response)
|
'type' => gettype($response),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return response()->json($response);
|
return response()->json($response);
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ class FetchRemainingLoanFromBilling
|
|||||||
CURLOPT_HTTPHEADER => [
|
CURLOPT_HTTPHEADER => [
|
||||||
'Authorization: Basic dGJ1c2VyOlFBWndzeDEyMw==',
|
'Authorization: Basic dGJ1c2VyOlFBWndzeDEyMw==',
|
||||||
'Content-Type: application/json',
|
'Content-Type: application/json',
|
||||||
|
'Accept: application/json',
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user