Skip to content

Commit

Permalink
Merge pull request #220 from kaijietti/master
Browse files Browse the repository at this point in the history
fix(appstore): fix NotificationTypeV2RefundReversed typo
  • Loading branch information
takecy authored Jun 29, 2023
2 parents accbb93 + 93f60f9 commit 34a4299
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 34a4299

Please sign in to comment.