Merge pull request #86 from jordancco/patch-1
Added new const NotificationTypeDidChangeRenewalStatus
This commit is contained in:
@@ -14,6 +14,8 @@ const (
|
|||||||
NotificationTypeInteractiveRenewal NotificationType = "INTERACTIVE_RENEWAL"
|
NotificationTypeInteractiveRenewal NotificationType = "INTERACTIVE_RENEWAL"
|
||||||
// Customer changed the plan that takes affect at the next subscription renewal. Current active plan is not affected.
|
// Customer changed the plan that takes affect at the next subscription renewal. Current active plan is not affected.
|
||||||
NotificationTypeDidChangeRenewalPreference NotificationType = "DID_CHANGE_RENEWAL_PREF"
|
NotificationTypeDidChangeRenewalPreference NotificationType = "DID_CHANGE_RENEWAL_PREF"
|
||||||
|
// Customer changed the subscription renewal status. Current active plan is not affected.
|
||||||
|
NotificationTypeDidChangeRenewalStatus NotificationType = "DID_CHANGE_RENEWAL_STATUS"
|
||||||
)
|
)
|
||||||
|
|
||||||
type NotificationEnvironment string
|
type NotificationEnvironment string
|
||||||
|
|||||||
Reference in New Issue
Block a user