refund notification
This commit is contained in:
@@ -21,6 +21,9 @@ const (
|
|||||||
NotificationTypeDidChangeRenewalStatus NotificationType = "DID_CHANGE_RENEWAL_STATUS"
|
NotificationTypeDidChangeRenewalStatus NotificationType = "DID_CHANGE_RENEWAL_STATUS"
|
||||||
// Subscription failed to renew due to a billing issue.
|
// Subscription failed to renew due to a billing issue.
|
||||||
NotificationTypeDidFailToRenew NotificationType = "DID_FAIL_TO_RENEW"
|
NotificationTypeDidFailToRenew NotificationType = "DID_FAIL_TO_RENEW"
|
||||||
|
// Indicates that App Store successfully refunded a transaction
|
||||||
|
NotificationTypeRefund NotificationType = "REFUND"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type NotificationEnvironment string
|
type NotificationEnvironment string
|
||||||
|
|||||||
Reference in New Issue
Block a user