Skip to content

Commit 7bd11f5

Browse files
authored
Merge pull request #189 from robindirksen1/patch-1
We have added a transaction_identifier field to payments
2 parents c4e8b30 + e9bc9be commit 7bd11f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Picqer/Financials/Moneybird/Entities/Generic/InvoicePayment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ abstract class InvoicePayment extends Model
2424
'payment_date',
2525
'credit_invoice_id',
2626
'financial_mutation_id',
27+
'transaction_identifier',
2728
'created_at',
2829
'updated_at',
2930
];

0 commit comments

Comments
 (0)