From 2b44254186930e438cf8e28e42229c1d96c7491b Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Wed, 19 Oct 2022 15:50:18 +0800 Subject: [PATCH] add further description to export payments --- .../Modules/Exports/Services/ExportsPaymentTransactions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Classes/Modules/Exports/Services/ExportsPaymentTransactions.php b/app/Classes/Modules/Exports/Services/ExportsPaymentTransactions.php index b98c3ccc..1d0fb9fe 100644 --- a/app/Classes/Modules/Exports/Services/ExportsPaymentTransactions.php +++ b/app/Classes/Modules/Exports/Services/ExportsPaymentTransactions.php @@ -101,7 +101,7 @@ class ExportsPaymentTransactions implements FromQuery, WithHeadings, WithHeading return [ '<>', - $transaction->updated_at->format('m/d/Y H:m'), + $transaction->created_at->format('m/d/Y H:m'), $company->debtor, $order->reference, '500-0000',