From 63258ccb003516ed562f79f357311c960ab836fd Mon Sep 17 00:00:00 2001 From: Junpei Tsuji Date: Wed, 23 May 2018 11:07:07 +0900 Subject: [PATCH] Update subscription notification type for IAP --- appstore/notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appstore/notification.go b/appstore/notification.go index c584c77..c2c2abd 100644 --- a/appstore/notification.go +++ b/appstore/notification.go @@ -13,7 +13,7 @@ const ( // Customer renewed a subscription interactively after it lapsed. NotificationTypeInteractiveRenewal NotificationType = "INTERACTIVE_RENEWAL" // Customer changed the plan that takes affect at the next subscription renewal. Current active plan is not affected. - NotificationTypeDidChangeRenewalPreference NotificationType = "DID_CHANGE_RENEWAL_PREFERENCE" + NotificationTypeDidChangeRenewalPreference NotificationType = "DID_CHANGE_RENEWAL_PREF" ) type NotificationEnvironment string