Skip to content

Commit 0676e4f

Browse files
authored
Merge pull request #141 from leearmstrong/patch-1
Added support for CONSUMPTION_REQUEST
2 parents aa785e5 + 1817537 commit 0676e4f

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)