Skip to content

Commit

Permalink
docs(subscriptions): describe sub tier to points conversion rate
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy committed Oct 5, 2021
1 parent 2e43689 commit 1dec097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type ManySubscriptions struct {
Subscriptions []Subscription `json:"data"`
Pagination Pagination `json:"pagination"`
Total int `json:"total"`
Points int `json:"points"`
Points int `json:"points"` // Each Tier 1 is worth 1, Tier 2 is worth 2, and Tier 3 is worth 6
}

type ManyUserSubscriptions struct {
Expand Down

0 comments on commit 1dec097

Please sign in to comment.