Skip to content

Commit

Permalink
Feat/add app account token (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantm authored Oct 1, 2023
1 parent 144e6f5 commit fe2be5a
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 fe2be5a

Please sign in to comment.