From a6213fbd18511a71ad9f71c90ec68331420fb30f Mon Sep 17 00:00:00 2001 From: Wei Zang Date: Tue, 3 Sep 2024 19:10:01 +0800 Subject: [PATCH] feat(playstore): add SUBSCRIPTION_PENDING_PURCHASE_CANCELED notification type --- playstore/notification.go | 1 + 1 file changed, 1 insertion(+) diff --git a/playstore/notification.go b/playstore/notification.go index 9de6c42..60e132c 100644 --- a/playstore/notification.go +++ b/playstore/notification.go @@ -17,6 +17,7 @@ const ( SubscriptionNotificationTypePauseScheduleChanged SubscriptionNotificationTypeRevoked SubscriptionNotificationTypeExpired + SubscriptionNotificationTypePendingPurchaseCancelled = iota + 7 ) // https://developer.android.com/google/play/billing/rtdn-reference#one-time