Skip to content

Commit

Permalink
add Product Plan ID to subscription struct (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalambos authored Nov 25, 2024
1 parent 7fe5fbf commit ef37990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subscribers.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type Subscription struct {
RefundedAt *time.Time `json:"refunded_at"`
OwnershipType OwnershipType `json:"ownership_type"`
StoreTransactionID string `json:"store_transaction_id"`
ProductPlanIdentifier string `json:"product_plan_identifier"`
}

// https://docs.revenuecat.com/reference#section-the-non-subscription-object
Expand Down

0 comments on commit ef37990

Please sign in to comment.