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 4ed348bb1b
commit 94f276769f

View File

@@ -75,8 +75,9 @@ type SubscriptionNotification struct {
AutoRenewProductID string `json:"auto_renew_product_id"` AutoRenewProductID string `json:"auto_renew_product_id"`
// HACK (msyrus): Separate Subscriptiton Notification from Notification verification response // HACK (msyrus): Separate Subscriptiton Notification from Notification verification response
Status int `json:"status"` Status int `json:"status"`
Receipt NotificationReceipt `json:"recipt"` Receipt NotificationReceipt `json:"recipt"`
SubscriptionRetryFlag string `json:"is_in_billing_retry_period"`
// Posted if the notification_type is RENEWAL or INTERACTIVE_RENEWAL, and only if the renewal is successful. // Posted if the notification_type is RENEWAL or INTERACTIVE_RENEWAL, and only if the renewal is successful.
// Posted also if the notification_type is INITIAL_BUY. // Posted also if the notification_type is INITIAL_BUY.