Add missing notification verification fields

This commit is contained in:
Minhaz Ahmed Syrus
2018-11-06 14:25:38 +06:00
committed by sanjid133
parent 6882b6758e
commit e0fce7e253

View File

@@ -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
}