add test batches
This commit is contained in:
@@ -39,7 +39,7 @@ class PaypalTransactionsController extends BaseApiController
|
||||
$payload = $request->validated();
|
||||
$rows = $this->service->listAll($payload['q'] ?? null);
|
||||
|
||||
$filename = 'paypal_transactions_'.date('Ymd_His').'.csv';
|
||||
$filename = 'paypal_transactions_' . date('Ymd_His') . '.csv';
|
||||
|
||||
return response()->streamDownload(function () use ($rows) {
|
||||
$out = fopen('php://output', 'w');
|
||||
|
||||
Reference in New Issue
Block a user