From 9474d8e607036d485f3d5653f69cd4b105b4d4f6 Mon Sep 17 00:00:00 2001 From: Jary Date: Fri, 29 Mar 2024 18:30:05 +0800 Subject: [PATCH] add NotificationTypeV2ExternalPurchaseToken --- appstore/notification_v2.go | 1 + 1 file changed, 1 insertion(+) diff --git a/appstore/notification_v2.go b/appstore/notification_v2.go index 0ebfcba..00d7796 100644 --- a/appstore/notification_v2.go +++ b/appstore/notification_v2.go @@ -14,6 +14,7 @@ const ( NotificationTypeV2DidFailToRenew NotificationTypeV2 = "DID_FAIL_TO_RENEW" NotificationTypeV2DidRenew NotificationTypeV2 = "DID_RENEW" NotificationTypeV2Expired NotificationTypeV2 = "EXPIRED" + NotificationTypeV2ExternalPurchaseToken NotificationTypeV2 = "EXTERNAL_PURCHASE_TOKEN" NotificationTypeV2GracePeriodExpired NotificationTypeV2 = "GRACE_PERIOD_EXPIRED" NotificationTypeV2OfferRedeemed NotificationTypeV2 = "OFFER_REDEEMED" NotificationTypeV2PriceIncrease NotificationTypeV2 = "PRICE_INCREASE"