This commit is contained in:
2025-05-08 20:29:17 +05:00
parent 179c7e66e2
commit 21f3e98d69
2 changed files with 2 additions and 1 deletions

View File

@@ -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);

View File

@@ -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',
], ],
]); ]);