From cb8b807b5751a72fc171574fa6bd68369706962a Mon Sep 17 00:00:00 2001 From: sanjid133 Date: Wed, 16 Sep 2020 13:01:34 +0600 Subject: [PATCH] fix redecleration --- appstore/model.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/appstore/model.go b/appstore/model.go index c5adfb9..0afea4f 100644 --- a/appstore/model.go +++ b/appstore/model.go @@ -163,16 +163,6 @@ type ( SubscriptionRetryFlag string `json:"is_in_billing_retry_period,omitempty"` } - // The IAPLatestResponse type has the response properties - // If you use latest_receipt as token to verify, response should be like following struct - IAPLatestResponse struct { - Status int `json:"status"` - Receipt InApp `json:"receipt"` - LatestReceiptInfo InApp `json:"latest_receipt_info,omitempty"` - LatestExpiredReceiptInfo InApp `json:"latest_expired_receipt_info,omitempty"` - LatestReceipt string `json:"latest_receipt,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 {