Verfiy latest receipt

This commit is contained in:
sanjid133
2019-08-06 17:22:41 +06:00
parent 5cc390497d
commit 47dd64806a

View File

@@ -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 // 21007 is found when the receipt is from the test environment
return Sandbox, json.NewDecoder(resp.Body).Decode(result) return Sandbox, json.NewDecoder(resp.Body).Decode(result)
} }
return Production, nil return Production, nil
} }