From 806cc5f85b2bbd827a1cdf61e349d2b5a532dd61 Mon Sep 17 00:00:00 2001 From: sanjid133 Date: Wed, 7 Aug 2019 15:16:30 +0600 Subject: [PATCH] Add renewal field --- appstore/model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/appstore/model.go b/appstore/model.go index 4e8fdbe..624063d 100644 --- a/appstore/model.go +++ b/appstore/model.go @@ -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 {