mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
Laravel Vapor - sync code for download files in bulk from S3 to more files
This commit is contained in:
@@ -62,6 +62,7 @@ class BulkDownloadSupplierWhiteFormsLogic
|
||||
$zip->close();
|
||||
|
||||
return response()->download($zip_file);
|
||||
}
|
||||
}
|
||||
else{
|
||||
$zip_file = "{$zipDirectory}/currency_vendor_orders_{$request->input('startDate')}_to_{$request->input('endDate')}_{$companyReference}.zip";
|
||||
|
||||
Reference in New Issue
Block a user