From 90f2d8ac93f87aa1146f9c8ad15a2b35d159f064 Mon Sep 17 00:00:00 2001 From: sanjid133 Date: Mon, 21 Sep 2020 12:15:01 +0600 Subject: [PATCH] refund notification --- appstore/notification.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appstore/notification.go b/appstore/notification.go index 939909a..f629ee4 100644 --- a/appstore/notification.go +++ b/appstore/notification.go @@ -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