Update subscription notification type for IAP

This commit is contained in:
Junpei Tsuji
2018-05-23 11:07:07 +09:00
parent edab1bdb5a
commit 63258ccb00

View File

@@ -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