From ff9fd778a3d2e57e68840c3722aaa7632e6b7a1d Mon Sep 17 00:00:00 2001 From: sanjid133 Date: Thu, 1 Aug 2019 17:46:48 +0600 Subject: [PATCH] Add missing is_upgrade field --- appstore/model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/appstore/model.go b/appstore/model.go index 58c8eb1..0561631 100644 --- a/appstore/model.go +++ b/appstore/model.go @@ -93,6 +93,7 @@ type ( CancellationDate CancellationReason string `json:"cancellation_reason,omitempty"` + IsUpgraded string `json:"is_upgraded,omitempty"` } // The Receipt type has whole data of receipt