Skip to content

Commit ff72a6b

Browse files
authored
Merge pull request #295 from GertJanFrl/patch-1
Update Subscription.php
2 parents f9d42fa + 39444e7 commit ff72a6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Picqer/Financials/Moneybird/Entities/Subscription.php

+4
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@ class Subscription extends Model
2525
'id',
2626
'start_date',
2727
'product_id',
28+
'amount',
29+
'discount',
2830
'contact_id',
31+
'contact_person_id',
2932
'end_date',
3033
'reference',
3134
'document_style_id',
3235
'frequency',
3336
'frequency_type',
3437
'mergeable',
38+
'prices_are_incl_tax',
3539
'subscription_prices_are_incl_tax',
3640
'subscription_products',
3741
];

0 commit comments

Comments
 (0)