schmorrison / Zoho

Golang API for Zoho services
MIT License
35 stars 34 forks source link

fixed ConvertLead request body bug #19

Closed beatscode closed 4 years ago

beatscode commented 4 years ago

ConvertLead was not using request parameter.

schmorrison commented 4 years ago

Thanks @beatscode . Total oversight. I should probably remove the 'data' variable declaration from the return parameters. Silly mistakes like that happen when you are dealing with interfaces for parameters.