test production

This commit is contained in:
2025-05-08 20:32:32 +05:00
parent 21f3e98d69
commit 10d99bc585
2 changed files with 6 additions and 6 deletions

View File

@@ -29,11 +29,6 @@ class FetchLoanRemainingController extends Controller
account_number: $request->account_number,
);
info([
'response' => $response,
'type' => gettype($response),
]);
return response()->json($response);
}
}