Skip to content

Commit

Permalink
Merge pull request #270 from dbican-gpsw/master
Browse files Browse the repository at this point in the history
Make JWSRenewalInfoDecodedPayload.OfferType an int32 as in Apple documentation
  • Loading branch information
takecy authored Mar 28, 2024
2 parents 734cc17 + 25ed6e7 commit cca575a
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 cca575a

Please sign in to comment.