Skip to content

Commit 0aa2740

Browse files
committed
add notification type DID_FAIL_TO_RENEW
1 parent c61599b commit 0aa2740

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appstore/notification.go

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ const (
1919
NotificationTypeDidChangeRenewalPreference NotificationType = "DID_CHANGE_RENEWAL_PREF"
2020
// Customer changed the subscription renewal status. Current active plan is not affected.
2121
NotificationTypeDidChangeRenewalStatus NotificationType = "DID_CHANGE_RENEWAL_STATUS"
22+
// Subscription failed to renew due to a billing issue.
23+
NotificationTypeDidFailToRenew NotificationType = "DID_FAIL_TO_RENEW"
2224
)
2325

2426
type NotificationEnvironment string

0 commit comments

Comments
 (0)