Skip to content

Commit

Permalink
Merge pull request #272 from jaryf/jary
Browse files Browse the repository at this point in the history
add NotificationTypeV2ExternalPurchaseToken
  • Loading branch information
takecy authored Mar 29, 2024
2 parents 84c8d8b + 9474d8e commit f9960d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appstore/notification_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const (
NotificationTypeV2DidFailToRenew NotificationTypeV2 = "DID_FAIL_TO_RENEW"
NotificationTypeV2DidRenew NotificationTypeV2 = "DID_RENEW"
NotificationTypeV2Expired NotificationTypeV2 = "EXPIRED"
NotificationTypeV2ExternalPurchaseToken NotificationTypeV2 = "EXTERNAL_PURCHASE_TOKEN"
NotificationTypeV2GracePeriodExpired NotificationTypeV2 = "GRACE_PERIOD_EXPIRED"
NotificationTypeV2OfferRedeemed NotificationTypeV2 = "OFFER_REDEEMED"
NotificationTypeV2PriceIncrease NotificationTypeV2 = "PRICE_INCREASE"
Expand Down

0 comments on commit f9960d4

Please sign in to comment.