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