Add missing notification verification fields
This commit is contained in:
committed by
sanjid133
parent
deddee8776
commit
7d9e71d01e
@@ -83,6 +83,7 @@ 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"`
|
||||||
|
|||||||
Reference in New Issue
Block a user