We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accbb93 commit 93f60f9Copy full SHA for 93f60f9
appstore/notification_v2.go
@@ -17,7 +17,7 @@ const (
17
NotificationTypeV2PriceIncrease NotificationTypeV2 = "PRICE_INCREASE"
18
NotificationTypeV2Refund NotificationTypeV2 = "REFUND"
19
NotificationTypeV2RefundDeclined NotificationTypeV2 = "REFUND_DECLINED"
20
- NotificationTyp2V2RefundReversed NotificationTypeV2 = "REFUND_REVERSED"
+ NotificationTypeV2RefundReversed NotificationTypeV2 = "REFUND_REVERSED"
21
NotificationTypeV2RenewalExtended NotificationTypeV2 = "RENEWAL_EXTENDED"
22
NotificationTypeV2RenewalExtension NotificationTypeV2 = "RENEWAL_EXTENSION"
23
NotificationTypeV2Revoke NotificationTypeV2 = "REVOKE"
0 commit comments