schmorrison / Zoho

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

[Fix] Input to convert-lead api of zoho crm #40

Closed ysahil97 closed 2 years ago

ysahil97 commented 2 years ago

In zoho crm convertlead api, the input is taken in as request and the struct provided to api parser is data.

This PR attempts to fix that.

schmorrison commented 2 years ago

Thanks, silly mistake.

Merging