Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaryf committed Mar 19, 2024
1 parent 0db55cc commit 94dcc4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playstore/notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ const (
// DeveloperNotification is sent by a Pub/Sub topic.
// Detailed description is following.
// https://developer.android.com/google/play/billing/rtdn-reference#json_specification
// use DeveloperNotificationV2 instead
// Deprecated
// Depreacated: use DeveloperNotificationV2 instead.
type DeveloperNotification struct {
Version string `json:"version"`
PackageName string `json:"packageName"`
Expand Down

0 comments on commit 94dcc4f

Please sign in to comment.