From cc8429181d3f939fbf080dd0b849b7ab694621da Mon Sep 17 00:00:00 2001 From: morikuni Date: Fri, 14 Jun 2024 15:58:50 +0900 Subject: [PATCH] Add NotificationTypeV2OneTimeCharge --- appstore/notification_v2.go | 1 + 1 file changed, 1 insertion(+) diff --git a/appstore/notification_v2.go b/appstore/notification_v2.go index 7658dff..9d8d15a 100644 --- a/appstore/notification_v2.go +++ b/appstore/notification_v2.go @@ -17,6 +17,7 @@ const ( NotificationTypeV2ExternalPurchaseToken NotificationTypeV2 = "EXTERNAL_PURCHASE_TOKEN" NotificationTypeV2GracePeriodExpired NotificationTypeV2 = "GRACE_PERIOD_EXPIRED" NotificationTypeV2OfferRedeemed NotificationTypeV2 = "OFFER_REDEEMED" + NotificationTypeV2OneTimeCharge NotificationTypeV2 = "ONE_TIME_CHARGE" NotificationTypeV2PriceIncrease NotificationTypeV2 = "PRICE_INCREASE" NotificationTypeV2Refund NotificationTypeV2 = "REFUND" NotificationTypeV2RefundDeclined NotificationTypeV2 = "REFUND_DECLINED"