From 7d9e71d01e321a3445768527c4f2ec85ec324649 Mon Sep 17 00:00:00 2001 From: Minhaz Ahmed Syrus Date: Tue, 6 Nov 2018 14:25:38 +0600 Subject: [PATCH] Add missing notification verification fields --- appstore/notification.go | 1 + 1 file changed, 1 insertion(+) diff --git a/appstore/notification.go b/appstore/notification.go index cee5e2c..2d61828 100644 --- a/appstore/notification.go +++ b/appstore/notification.go @@ -83,6 +83,7 @@ type SubscriptionNotification struct { // Posted only if notification_type is RENEWAL or INTERACTIVE_RENEWAL. ExpirationIntent string `json:"expiration_intent"` + // Auto renew info AutoRenewStatus string `json:"auto_renew_status"` // false or true AutoRenewProductID string `json:"auto_renew_product_id"`