This commit is contained in:
2025-06-23 15:20:43 +05:00
parent df985789f1
commit 571b422454
7 changed files with 349 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ class CardBalanceController extends Controller
return response()->json([
'status' => true,
'data' => $response
'data' => $response,
]);
}