Skip to content

Commit

Permalink
[Billing] Add trial status to subscription status
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Jun 20, 2024
1 parent ceb093e commit 6db4abb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Parthenon/Billing/Enum/SubscriptionStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ enum SubscriptionStatus: string
case PAUSED = 'paused';
case CANCELLED = 'cancelled';
case BLOCKED = 'blocked';
case TRIAL_ACTIVE = 'trial_active';
case TRIAL_ENDED = 'trial_ended';
}

0 comments on commit 6db4abb

Please sign in to comment.