From 1a19fe1bffb0d377d696d2feaaea430ef55e1e60 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 1 Oct 2024 23:19:18 +0500 Subject: [PATCH] wip --- app/Http/Controllers/FetchCardHistoryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/FetchCardHistoryController.php b/app/Http/Controllers/FetchCardHistoryController.php index 1fd7d60..548e22b 100644 --- a/app/Http/Controllers/FetchCardHistoryController.php +++ b/app/Http/Controllers/FetchCardHistoryController.php @@ -15,7 +15,7 @@ class FetchCardHistoryController extends Controller 'card_expiry_date' => ['required', 'string', 'max:255'], ]); - return $request->validate(); + return $request->all(); $curl = curl_init();