Skip to content

Commit

Permalink
add SubscriptionID to subscription struct
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouge committed Sep 26, 2024
1 parent e8ef769 commit dcca74c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subscriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import "time"
// https://docs.lemonsqueezy.com/api/subscriptions#the-subscription-object
type Subscription struct {
StoreID int `json:"store_id"`
SubscriptionID int `json:"subscription_id"`
CustomerID int `json:"customer_id"`
OrderID int `json:"order_id"`
OrderItemID int `json:"order_item_id"`
Expand Down

0 comments on commit dcca74c

Please sign in to comment.