Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange-2.0 into refund-booking

This commit is contained in:
JiaSheng
2024-01-10 21:14:44 +08:00
@@ -114,7 +114,7 @@ class ExportsInvoiceTransactions implements FromQuery, WithHeadings, WithHeading
'with_company' => true,
]);
if (!empty($row) && $row[0]['status'] != 'success') {
if (!empty($row) && $row[0]['status'] == 'success') {
$textToAppend = Carbon::now()->format('[Y-m-d H:i:s]') . ' Fetch Shipping Transaction Fail ' . json_encode([
'id' => $statementTransactionOwner->owner_id,
'with_company' => true,