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