From e44b8324a93d9c76247e7e1ba43d0f315184c1df Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Tue, 23 Mar 2021 16:02:57 -0400 Subject: [PATCH] Fix copy-pasta --- subitem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subitem.go b/subitem.go index 3cd1e2a365..5eef441bc1 100644 --- a/subitem.go +++ b/subitem.go @@ -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"`