Skip to content

Commit

Permalink
Merge pull request #295 from richzw/master
Browse files Browse the repository at this point in the history
feat(playstore): add SUBSCRIPTION_PENDING_PURCHASE_CANCELED notification type
  • Loading branch information
takecy authored Sep 3, 2024
2 parents 4de7477 + a6213fb commit 8b3def9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playstore/notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const (
SubscriptionNotificationTypePauseScheduleChanged
SubscriptionNotificationTypeRevoked
SubscriptionNotificationTypeExpired
SubscriptionNotificationTypePendingPurchaseCancelled = iota + 7
)

// https://developer.android.com/google/play/billing/rtdn-reference#one-time
Expand Down

0 comments on commit 8b3def9

Please sign in to comment.