This commit is contained in:
2024-11-27 16:41:58 +05:00
parent 886834d6af
commit 6728bfa8ed
3 changed files with 22 additions and 4 deletions

View File

@@ -48,9 +48,9 @@ class FetchLoanRemainingController extends Controller
$request->account_number,
),
CURLOPT_HTTPHEADER => [
'Authorization: Basic dGJ1c2VyOlFBWndzeDEyMw==',
'Content-Type: application/json',
],
'Authorization: Basic dGJ1c2VyOlFBWndzeDEyMw==',
'Content-Type: application/json',
],
]);
$response = curl_exec($curl);