diff --git a/app/Http/Controllers/FetchCardHistoryController.php b/app/Http/Controllers/FetchCardHistoryController.php index fd4b5e5..1fd7d60 100644 --- a/app/Http/Controllers/FetchCardHistoryController.php +++ b/app/Http/Controllers/FetchCardHistoryController.php @@ -15,6 +15,8 @@ class FetchCardHistoryController extends Controller 'card_expiry_date' => ['required', 'string', 'max:255'], ]); + return $request->validate(); + $curl = curl_init(); curl_setopt_array($curl, [