It looks like you're new here. If you want to get involved, click one of these buttons!
base.HTTP: 2019/11/27 02:49:04 http.go:160: Error parsing JSON response: json: cannot unmarshal object into Go struct field Order.meta of type string
func TestGetOrders(t *testing.T) {
kc := kiteconnect.New(apiKey)
kc.SetAccessToken(accessToken)
_, err := kc.GetOrders()
assert.Assert(t, err == nil, "Error not nil: %v", err)
}
This test doesn't pass.
We have just updated the go client package to v3.0.1 with a fix.