Add missing subscription billing retry flag

This commit is contained in:
Minhaz Ahmed Syrus
2018-11-06 16:58:05 +06:00
committed by sanjid133
parent 7d9e71d01e
commit 5cc390497d

View File

@@ -83,7 +83,6 @@ type SubscriptionNotification struct {
// Posted only if notification_type is RENEWAL or INTERACTIVE_RENEWAL. // Posted only if notification_type is RENEWAL or INTERACTIVE_RENEWAL.
ExpirationIntent string `json:"expiration_intent"` ExpirationIntent string `json:"expiration_intent"`
// Auto renew info // Auto renew info
AutoRenewStatus string `json:"auto_renew_status"` // false or true AutoRenewStatus string `json:"auto_renew_status"` // false or true
AutoRenewProductID string `json:"auto_renew_product_id"` AutoRenewProductID string `json:"auto_renew_product_id"`