Add missing subscription billing retry flag
This commit is contained in:
committed by
sanjid133
parent
7d9e71d01e
commit
5cc390497d
@@ -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"`
|
||||||
|
|||||||
Reference in New Issue
Block a user