fix ExportsInvoiceTransactions - $row is inside an array

This commit is contained in:
edmondlang
2024-01-11 11:22:46 +08:00
parent 82f8eac478
commit aa57a79ab7
@@ -125,6 +125,8 @@ class ExportsInvoiceTransactions implements FromQuery, WithHeadings, WithHeading
$textToAppend = Carbon::now()->format('[Y-m-d H:i:s]') . ' Shipping Portal Respnose ' . json_encode($row) . PHP_EOL;
file_put_contents($errorFilePath, $textToAppend, FILE_APPEND);
$row = $row[0];
return [
'<<New>>',
Carbon::parse($row['created_at'])->format('m/d/Y H:m'),