Skip to content

Commit

Permalink
fix(appstore): fix NotificationTypeV2RefundReversed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijietti committed Jun 29, 2023
1 parent accbb93 commit 93f60f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appstore/notification_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
NotificationTypeV2PriceIncrease NotificationTypeV2 = "PRICE_INCREASE"
NotificationTypeV2Refund NotificationTypeV2 = "REFUND"
NotificationTypeV2RefundDeclined NotificationTypeV2 = "REFUND_DECLINED"
NotificationTyp2V2RefundReversed NotificationTypeV2 = "REFUND_REVERSED"
NotificationTypeV2RefundReversed NotificationTypeV2 = "REFUND_REVERSED"
NotificationTypeV2RenewalExtended NotificationTypeV2 = "RENEWAL_EXTENDED"
NotificationTypeV2RenewalExtension NotificationTypeV2 = "RENEWAL_EXTENSION"
NotificationTypeV2Revoke NotificationTypeV2 = "REVOKE"
Expand Down

0 comments on commit 93f60f9

Please sign in to comment.