minor fixes
This commit is contained in:
parent
772d8d036f
commit
27887b2b62
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue