From e28611afcb8feac4996a6d99f7071e7d62e8da50 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 79cf2bb..19182fa 100644 --- a/appstore/model.go +++ b/appstore/model.go @@ -104,6 +104,7 @@ type ( CancellationDate CancellationReason string `json:"cancellation_reason,omitempty"` + IsUpgraded string `json:"is_upgraded,omitempty"` } // The Receipt type has whole data of receipt