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