Skip to content

Commit

Permalink
add apple-appAccountToken in Transaction https://developer.apple.com/…
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantm committed Sep 16, 2023
1 parent f5b65cb commit 9aa4301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apple/transaction_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9aa4301

Please sign in to comment.