File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ type (
202
202
JWSRenewalInfoDecodedPayload struct {
203
203
AutoRenewProductId string `json:"autoRenewProductId"`
204
204
AutoRenewStatus AutoRenewStatus `json:"autoRenewStatus"`
205
+ Currency string `json:"currency"`
205
206
Environment Environment `json:"environment"`
206
207
ExpirationIntent ExpirationIntent `json:"expirationIntent"`
207
208
GracePeriodExpiresDate int64 `json:"gracePeriodExpiresDate"`
@@ -213,6 +214,7 @@ type (
213
214
ProductId string `json:"productId"`
214
215
RecentSubscriptionStartDate int64 `json:"recentSubscriptionStartDate"`
215
216
RenewalDate int64 `json:"renewalDate"`
217
+ RenewalPrice int64 `json:"renewalPrice"`
216
218
SignedDate int64 `json:"signedDate"`
217
219
jwt.RegisteredClaims
218
220
}
You can’t perform that action at this time.
0 commit comments