diff --git a/app/Jobs/Bank/MatchBankTransactions.php b/app/Jobs/Bank/MatchBankTransactions.php index 2fb5611fbb16..bc6473d0d864 100644 --- a/app/Jobs/Bank/MatchBankTransactions.php +++ b/app/Jobs/Bank/MatchBankTransactions.php @@ -389,7 +389,7 @@ class MatchBankTransactions implements ShouldQueue $this->bt->invoice_ids = collect($invoices)->pluck('hashed_id')->implode(','); $this->bt->status_id = BankTransaction::STATUS_CONVERTED; - $this->bt->payment_id = $payment->id + $this->bt->payment_id = $payment->id; $this->bt->save(); }