wip
This commit is contained in:
@@ -44,9 +44,7 @@ class CardTransactionRepository
|
||||
return view('module.card-transaction::error-response', ['data' => $response]);
|
||||
}
|
||||
|
||||
$url = $this->handleFiles($record, $response);
|
||||
|
||||
return response()->download($url);
|
||||
return redirect($this->handleFiles($record, $response));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user