Merge pull request #68 from jun06t/noti-type

Update subscription notification type for IAP
This commit is contained in:
Junpei Tsuji
2018-05-23 14:26:09 +09:00
committed by GitHub

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