Add missing notification verification fields
This commit is contained in:
committed by
sanjid133
parent
6882b6758e
commit
e0fce7e253
@@ -171,5 +171,6 @@ 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user