Skip to content

Commit 516cbcc

Browse files
authored
Merge pull request #311 from plantjes/patch-1
Add `cancelled_at` attribute to Subscription model
2 parents b392337 + d8eea27 commit 516cbcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Subscription extends Model
2727
'product_id',
2828
'amount',
2929
'discount',
30+
'cancelled_at',
3031
'contact_id',
3132
'contact_person_id',
3233
'end_date',

0 commit comments

Comments
 (0)