Skip to content

Commit 206dbe7

Browse files
committedJul 9, 2024
feat: support 1.13, add eligibleWinBackOfferIds to JWSRenewalInfoDecodedPayload
1 parent 58e2ee3 commit 206dbe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎model.go

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ type JWSRenewalInfoDecodedPayload struct {
104104
RenewalPrice int64 `json:"renewalPrice,omitempty"`
105105
Currency string `json:"currency,omitempty"`
106106
OfferDiscountType OfferDiscountType `json:"offerDiscountType,omitempty"`
107+
EligibleWinBackOfferIds []string `json:"eligibleWinBackOfferIds,omitempty"`
107108
}
108109

109110
func (J JWSRenewalInfoDecodedPayload) Valid() error {

0 commit comments

Comments
 (0)