Skip to content

Commit

Permalink
Merge pull request #693 from majelbstoat/jamie/plan-product-expansion
Browse files Browse the repository at this point in the history
Support expansion of products in plans
  • Loading branch information
brandur-stripe authored Sep 11, 2018
2 parents 7d056f3 + 8da5797 commit 4007cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type Plan struct {
Livemode bool `json:"livemode"`
Metadata map[string]string `json:"metadata"`
Nickname string `json:"nickname"`
Product string `json:"product"`
Product *Product `json:"product"`
Tiers []*PlanTier `json:"tiers"`
TiersMode string `json:"tiers_mode"`
TransformUsage *PlanTransformUsage `json:"transform_usage"`
Expand Down

0 comments on commit 4007cec

Please sign in to comment.