We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 734cc17 + 25ed6e7 commit cca575aCopy full SHA for cca575a
appstore/api/model.go
@@ -91,7 +91,7 @@ type JWSRenewalInfoDecodedPayload struct {
91
GracePeriodExpiresDate int64 `json:"gracePeriodExpiresDate"`
92
IsInBillingRetryPeriod *bool `json:"isInBillingRetryPeriod"`
93
OfferIdentifier string `json:"offerIdentifier"`
94
- OfferType string `json:"offerType"`
+ OfferType int32 `json:"offerType"`
95
OriginalTransactionId string `json:"originalTransactionId"`
96
PriceIncreaseStatus *int32 `json:"priceIncreaseStatus"`
97
ProductId string `json:"productId"`
0 commit comments