Add renewal field

This commit is contained in:
sanjid133
2019-08-07 15:16:30 +06:00
parent 47dd64806a
commit 806cc5f85b

View File

@@ -164,6 +164,7 @@ type (
SubscriptionRetryFlag string `json:"is_in_billing_retry_period,omitempty"`
}
// The HttpStatusResponse struct contains the status code returned by the store
// Used as a workaround to detect when to hit the production appstore or sandbox appstore regardless of receipt type
StatusResponse struct {