Skip to content

Commit

Permalink
Fix copy-pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Mar 23, 2021
1 parent 09576c9 commit e44b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subitem.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type SubscriptionItemParams struct {
Params `form:"*"`
BillingThresholds *SubscriptionItemBillingThresholdsParams `form:"billing_thresholds"`
ClearUsage *bool `form:"clear_usage"`
UsageGTE *bool `form:"off_session"` // Only supported on update
OffSession *bool `form:"off_session"` // Only supported on update
PaymentBehavior *string `form:"payment_behavior"`
Plan *string `form:"plan"`
Price *string `form:"price"`
Expand Down

0 comments on commit e44b832

Please sign in to comment.