Skip to content

Commit

Permalink
update SDK from api-definitions (#711)
Browse files Browse the repository at this point in the history
Co-authored-by: rebilly-machine-user <[email protected]>
  • Loading branch information
rebilly-machine-user and rebilly-machine-user authored Aug 20, 2024
1 parent ed13324 commit 5a910e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-boats-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rebilly/client-php": patch
---

feat(api-definitions): Add trial ended event to order and customer timelines Rebilly/rebilly#7148
2 changes: 2 additions & 0 deletions src/Model/CustomerTimeline.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ class CustomerTimeline implements JsonSerializable

public const TYPE_ORDER_RENEWED = 'order-renewed';

public const TYPE_ORDER_TRIAL_ENDED = 'order-trial-ended';

public const TYPE_ORDER_UPGRADED = 'order-upgraded';

public const TYPE_PAYMENT_CARD_EXPIRATION_WAS_MODIFIED = 'payment-card-expiration-was-modified';
Expand Down
2 changes: 2 additions & 0 deletions src/Model/OrderTimeline.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ class OrderTimeline implements JsonSerializable

public const TYPE_ORDER_RISK_METADATA_CHANGED = 'order-risk-metadata-changed';

public const TYPE_ORDER_TRIAL_ENDED = 'order-trial-ended';

public const TYPE_ORDER_UPGRADED = 'order-upgraded';

public const TYPE_ORDER_VOIDED = 'order-voided';
Expand Down

0 comments on commit 5a910e2

Please sign in to comment.