Skip to content

Commit 1e659e4

Browse files
authored
Merge pull request #290 from richzw/master
feat(appstore): add eligibleWinBackOfferIds field to JWSRenewalInfoDecodedPayload
2 parents a29a966 + 728d11e commit 1e659e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appstore/api/model.go

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ type JWSRenewalInfoDecodedPayload struct {
102102
RenewalPrice int64 `json:"renewalPrice,omitempty"`
103103
Currency string `json:"currency,omitempty"`
104104
OfferDiscountType OfferDiscountType `json:"offerDiscountType,omitempty"`
105+
EligibleWinBackOfferIds []string `json:"eligibleWinBackOfferIds,omitempty"`
105106
}
106107

107108
func (J JWSRenewalInfoDecodedPayload) Valid() error {

0 commit comments

Comments
 (0)