Skip to content

Commit 342d2a9

Browse files
committed
fix: add more notification type
1 parent 206dbe7 commit 342d2a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

model.go

+4
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ const (
236236
NotificationTypeV2Revoke NotificationTypeV2 = "REVOKE"
237237
NotificationTypeV2Subscribed NotificationTypeV2 = "SUBSCRIBED"
238238
NotificationTypeV2OneTimeCharge NotificationTypeV2 = "ONE_TIME_CHARGE"
239+
NotificationTypeV2RefundReversed NotificationTypeV2 = "REFUND_REVERSED"
240+
NotificationTypeV2ExternalPurchaseToken NotificationTypeV2 = "EXTERNAL_PURCHASE_TOKEN"
241+
NotificationTypeV2RenewalExtension NotificationTypeV2 = "RENEWAL_EXTENSION"
242+
NotificationTypeV2Test NotificationTypeV2 = "TEST"
239243
)
240244

241245
// SubtypeV2 is type

0 commit comments

Comments
 (0)