Skip to content

Commit

Permalink
Add NotificationTypeV2OneTimeCharge
Browse files Browse the repository at this point in the history
  • Loading branch information
morikuni committed Jun 14, 2024
1 parent 3b4a968 commit cc84291
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 @@ -17,6 +17,7 @@ const (
NotificationTypeV2ExternalPurchaseToken NotificationTypeV2 = "EXTERNAL_PURCHASE_TOKEN"
NotificationTypeV2GracePeriodExpired NotificationTypeV2 = "GRACE_PERIOD_EXPIRED"
NotificationTypeV2OfferRedeemed NotificationTypeV2 = "OFFER_REDEEMED"
NotificationTypeV2OneTimeCharge NotificationTypeV2 = "ONE_TIME_CHARGE"
NotificationTypeV2PriceIncrease NotificationTypeV2 = "PRICE_INCREASE"
NotificationTypeV2Refund NotificationTypeV2 = "REFUND"
NotificationTypeV2RefundDeclined NotificationTypeV2 = "REFUND_DECLINED"
Expand Down

0 comments on commit cc84291

Please sign in to comment.