code clean up and fixes before push to production

This commit is contained in:
Omair Saleh
2023-06-21 17:03:38 +08:00
parent 04a9bb486c
commit 7bec962e26
@@ -71,7 +71,6 @@ class CreateBankStatementTransactionOwnersProcessor
]);
}
// todo Shipping Portal Top Up (fix transaction resource to allow listing topup transactions)
$creditTransactions = $this->getTransactionsFromShippingPortal($transaction->amount, $this->getDateRange($transaction->posting_date), 5);
foreach ($creditTransactions as $creditTransaction) {
$transaction->owners()->firstOrCreate([