From 5cc390497dae7bab7c5de38014e02f5c817ee31c Mon Sep 17 00:00:00 2001 From: Minhaz Ahmed Syrus Date: Tue, 6 Nov 2018 16:58:05 +0600 Subject: [PATCH] Add missing subscription billing retry flag --- appstore/notification.go | 1 - 1 file changed, 1 deletion(-) diff --git a/appstore/notification.go b/appstore/notification.go index 2d61828..cee5e2c 100644 --- a/appstore/notification.go +++ b/appstore/notification.go @@ -83,7 +83,6 @@ 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"`