Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Aug 27, 2021
1 parent adfc7f1 commit f3db6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apple/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ type Receipt struct {
// The time the request to the verifyReceipt endpoint was processed and the response was generated, in the Pacific Time zone.
RequestDatePST string `json:"request_date_pst"`

// An arbitrary number that identifies a revision of your app. In the sandbox, this key's value is “0”.
VersionExternalIdentifier int64 `json:"version_external_identifier,string"`
// An arbitrary number that identifies a revision of your app. In the sandbox, this key's value is 0.
VersionExternalIdentifier int64 `json:"version_external_identifier"`
}

// InApp is the in-app purchase receipt fields for all in-app purchase transactions.
Expand Down

0 comments on commit f3db6bf

Please sign in to comment.