Skip to content

Commit cca575a

Browse files
authoredMar 28, 2024
Merge pull request #270 from dbican-gpsw/master
Make JWSRenewalInfoDecodedPayload.OfferType an int32 as in Apple documentation
2 parents 734cc17 + 25ed6e7 commit cca575a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎appstore/api/model.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type JWSRenewalInfoDecodedPayload struct {
9191
GracePeriodExpiresDate int64 `json:"gracePeriodExpiresDate"`
9292
IsInBillingRetryPeriod *bool `json:"isInBillingRetryPeriod"`
9393
OfferIdentifier string `json:"offerIdentifier"`
94-
OfferType string `json:"offerType"`
94+
OfferType int32 `json:"offerType"`
9595
OriginalTransactionId string `json:"originalTransactionId"`
9696
PriceIncreaseStatus *int32 `json:"priceIncreaseStatus"`
9797
ProductId string `json:"productId"`

0 commit comments

Comments
 (0)