Skip to content

Commit

Permalink
Merge pull request #248 from awa/google
Browse files Browse the repository at this point in the history
fix(googleplay): fix type for eventTimeMillis
  • Loading branch information
takecy authored Oct 27, 2023
2 parents 2e80aef + 071eac4 commit 9f9ddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playstore/notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
type DeveloperNotification struct {
Version string `json:"version"`
PackageName string `json:"packageName"`
EventTimeMillis string `json:"eventTimeMillis"`
EventTimeMillis int64 `json:"eventTimeMillis"`
SubscriptionNotification SubscriptionNotification `json:"subscriptionNotification,omitempty"`
OneTimeProductNotification OneTimeProductNotification `json:"oneTimeProductNotification,omitempty"`
TestNotification TestNotification `json:"testNotification,omitempty"`
Expand Down

0 comments on commit 9f9ddcb

Please sign in to comment.