Skip to content

Commit

Permalink
fix: make current_billing_period nullable for Subscription notifications
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Woodward <michael.woodward@paddle.com>
  • Loading branch information
Invincibear and mikeymike authored Feb 6, 2024
1 parent 4a90322 commit dc2455b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entities/Notification/NotificationSubscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected function __construct(
public SubscriptionDiscount|null $discount,
public CollectionMode $collectionMode,
public BillingDetails|null $billingDetails,
public SubscriptionTimePeriod $currentBillingPeriod,
public SubscriptionTimePeriod|null $currentBillingPeriod,
public TimePeriod $billingCycle,
public SubscriptionScheduledChange|null $scheduledChange,
public array $items,
Expand Down

0 comments on commit dc2455b

Please sign in to comment.