Skip to content

Commit 1817537

Browse files
authored
Added support for CONSUMPTION_REQUEST
Added support for CONSUMPTION_REQUEST https://developer.apple.com/documentation/appstoreservernotifications/notification_type
1 parent aa785e5 commit 1817537

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
@@ -32,6 +32,8 @@ const (
3232
NotificationTypeDidRenew NotificationType = "DID_RENEW"
3333
// Customer's in-app purchase through Family Sharing is no longer available through sharing.
3434
NotificationTypeDidRevoke NotificationType = "REVOKE"
35+
// Indicates that the customer initiated a refund request for a consumable in-app purchase, and the App Store is requesting that you provide consumption data.
36+
NotificationTypeConsumptionRequest NotificationType = "CONSUMPTION_REQUEST"
3537
)
3638

3739
// NotificationEnvironment is type

0 commit comments

Comments
 (0)