From 9666be3e03eeb92e240eeb1c3e5dfd7be8066e83 Mon Sep 17 00:00:00 2001 From: Sam Smith Date: Wed, 27 May 2020 10:28:20 +0100 Subject: [PATCH] playstore: add rest of notification types see https://developer.android.com/google/play/billing/realtime_developer_notifications#json_specification --- playstore/notification.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/playstore/notification.go b/playstore/notification.go index 583559b..c583507 100644 --- a/playstore/notification.go +++ b/playstore/notification.go @@ -29,5 +29,11 @@ const ( NotificationTypePurchased NotificationTypeAccountHold NotificationTypeGracePeriod - NotificationTypeReactivated + NotificationTypeRestarted + NotificationTypePriceChangeConfirmed + NotificationTypeDeferred + NotificationTypePaused + NotificationTypePauseScheduleChanged + NotificationTypeRevoked + NotificationTypeExpired )