Add missing notification verification fields

This commit is contained in:
Minhaz Ahmed Syrus
2018-11-06 14:25:38 +06:00
committed by sanjid133
parent deddee8776
commit 7d9e71d01e

View File

@@ -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"`