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

This commit is contained in:
Dillon Ngo
2024-06-17 12:15:33 +08:00
@@ -58,7 +58,7 @@ class ExportCustomersToExcelController
public function paymentTransactions(Request $request){
$exportsTransactions = new ExportsPaymentTransactions($request);
$exportFileName = 'payment-transactions.xls';
$exportFileName = 'payment-transactions.xlsx';
$filesystemDriver = Storage::getDefaultDriver();
if($filesystemDriver === 's3'){