diff --git a/apple/transaction_model.go b/apple/transaction_model.go index 356df93f..2a91c31d 100644 --- a/apple/transaction_model.go +++ b/apple/transaction_model.go @@ -38,6 +38,7 @@ type TransactionsItem struct { SignedDate int64 `json:"signedDate"` OfferType int `json:"offerType"` Environment string `json:"environment"` + AppAccountToken string `json:"appAccountToken"` } func (s *SignedTransaction) DecodeSignedTransaction() (ti *TransactionsItem, err error) {