From 47dd64806aa03d585ff1e9b11571999c15bd453f Mon Sep 17 00:00:00 2001 From: sanjid133 Date: Tue, 6 Aug 2019 17:22:41 +0600 Subject: [PATCH] Verfiy latest receipt --- appstore/validator.go | 1 - 1 file changed, 1 deletion(-) diff --git a/appstore/validator.go b/appstore/validator.go index 526495a..f7b15d5 100644 --- a/appstore/validator.go +++ b/appstore/validator.go @@ -171,6 +171,5 @@ func (c *Client) parseResponse(resp *http.Response, result interface{}, ctx cont // 21007 is found when the receipt is from the test environment return Sandbox, json.NewDecoder(resp.Body).Decode(result) } - return Production, nil }