Skip to content

Commit

Permalink
Merge pull request #287 from morikuni/one-time-charge
Browse files Browse the repository at this point in the history
Add NotificationTypeV2OneTimeCharge
  • Loading branch information
takecy committed Jun 14, 2024
2 parents 3b4a968 + cc84291 commit a29a966
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 a29a966

Please sign in to comment.