We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61599b commit 0aa2740Copy full SHA for 0aa2740
appstore/notification.go
@@ -19,6 +19,8 @@ const (
19
NotificationTypeDidChangeRenewalPreference NotificationType = "DID_CHANGE_RENEWAL_PREF"
20
// Customer changed the subscription renewal status. Current active plan is not affected.
21
NotificationTypeDidChangeRenewalStatus NotificationType = "DID_CHANGE_RENEWAL_STATUS"
22
+ // Subscription failed to renew due to a billing issue.
23
+ NotificationTypeDidFailToRenew NotificationType = "DID_FAIL_TO_RENEW"
24
)
25
26
type NotificationEnvironment string
0 commit comments