Skip to content

Commit

Permalink
trial_end is no longer required as it may be 0 if there is no active …
Browse files Browse the repository at this point in the history
…trial
  • Loading branch information
Sembeth committed Mar 30, 2024
1 parent 703287e commit 07c26cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stripemanager/detail-model.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ type SubscriptionDetailReply struct {
CancelAtPeriodEnd *bool `json:"cancel_at_period_end" validate:"required"`
CancelAt int64 `json:"cancel_at"`
Status string `json:"status" validate:"required"`
TrialEnd int64 `json:"trial_end" validate:"required"`
TrialEnd int64 `json:"trial_end"`
}

0 comments on commit 07c26cc

Please sign in to comment.