Skip to content

Commit

Permalink
Make JWSRenewalInfoDecodedPayload.OfferType an int32 as in Apple docu…
Browse files Browse the repository at this point in the history
…mentation
  • Loading branch information
dbican-gpsw committed Mar 28, 2024
1 parent 734cc17 commit 25ed6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appstore/api/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type JWSRenewalInfoDecodedPayload struct {
GracePeriodExpiresDate int64 `json:"gracePeriodExpiresDate"`
IsInBillingRetryPeriod *bool `json:"isInBillingRetryPeriod"`
OfferIdentifier string `json:"offerIdentifier"`
OfferType string `json:"offerType"`
OfferType int32 `json:"offerType"`
OriginalTransactionId string `json:"originalTransactionId"`
PriceIncreaseStatus *int32 `json:"priceIncreaseStatus"`
ProductId string `json:"productId"`
Expand Down

0 comments on commit 25ed6e7

Please sign in to comment.