This commit is contained in:
2025-09-04 09:59:38 +05:00
parent 772ac9ad0f
commit eefe130ad3
7 changed files with 20 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ class LoanOrderController extends Controller
});
return response()->json([
'message' => __('Successfully updates'),
'message' => __('Successfully updated'),
]);
}

View File

@@ -8,6 +8,6 @@ class VisaMasterPaymentOrderController extends Controller
{
public function index()
{
return response()->json();
}
}