Merge branch 'dillon/34.1-jenkins-vapor' into vapor/development

This commit is contained in:
Dillon Ngo
2024-04-26 17:06:38 +08:00
@@ -78,7 +78,7 @@ class BulkDownloadCustomerInvoicesLogic
$filePath = 'bulk_invoice/'.$zipFileName;
Storage::put($filePath, file_get_contents($zip_file), 's3');
return response(['src' => Storage::disk('s3')->get($filePath) ]);
return response()->download(Storage::disk('s3')->path($filePath));
} else {
return response()->json([