Skip to content

Commit 34a4299

Browse files
authored
Merge pull request #220 from kaijietti/master
fix(appstore): fix NotificationTypeV2RefundReversed typo
2 parents accbb93 + 93f60f9 commit 34a4299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appstore/notification_v2.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
NotificationTypeV2PriceIncrease NotificationTypeV2 = "PRICE_INCREASE"
1818
NotificationTypeV2Refund NotificationTypeV2 = "REFUND"
1919
NotificationTypeV2RefundDeclined NotificationTypeV2 = "REFUND_DECLINED"
20-
NotificationTyp2V2RefundReversed NotificationTypeV2 = "REFUND_REVERSED"
20+
NotificationTypeV2RefundReversed NotificationTypeV2 = "REFUND_REVERSED"
2121
NotificationTypeV2RenewalExtended NotificationTypeV2 = "RENEWAL_EXTENDED"
2222
NotificationTypeV2RenewalExtension NotificationTypeV2 = "RENEWAL_EXTENSION"
2323
NotificationTypeV2Revoke NotificationTypeV2 = "REVOKE"

0 commit comments

Comments
 (0)