Skip to content

Commit

Permalink
Merge pull request #290 from richzw/master
Browse files Browse the repository at this point in the history
feat(appstore): add eligibleWinBackOfferIds field to JWSRenewalInfoDecodedPayload
  • Loading branch information
takecy authored Jul 9, 2024
2 parents a29a966 + 728d11e commit 1e659e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appstore/api/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ type JWSRenewalInfoDecodedPayload struct {
RenewalPrice int64 `json:"renewalPrice,omitempty"`
Currency string `json:"currency,omitempty"`
OfferDiscountType OfferDiscountType `json:"offerDiscountType,omitempty"`
EligibleWinBackOfferIds []string `json:"eligibleWinBackOfferIds,omitempty"`
}

func (J JWSRenewalInfoDecodedPayload) Valid() error {
Expand Down

0 comments on commit 1e659e4

Please sign in to comment.