diff --git a/apple/transaction_model.go b/apple/transaction_model.go index a46bc3aa..2550340f 100644 --- a/apple/transaction_model.go +++ b/apple/transaction_model.go @@ -40,7 +40,7 @@ type TransactionsItem struct { PurchaseDate int64 `json:"purchaseDate"` Quantity int `json:"quantity"` RevocationDate int64 `json:"revocationDate"` - RevocationReason string `json:"revocationReason"` + RevocationReason int `json:"revocationReason"` SignedDate int64 `json:"signedDate"` Storefront string `json:"storefront"` StorefrontId string `json:"storefrontId"`