rikas / zoho_hub

Zoho CRM API V2 Wrapper
MIT License
25 stars 30 forks source link

Record fix false value #41

Closed Fabien-Wecasa closed 5 years ago

Fabien-Wecasa commented 5 years ago

This is a bug fix for BaseRecord: if an attribute is boolean, a false value in the Zoho API response was considered as nil.

This PR contains also the code from my previous PR: a new method for adding notes. This is because my master is ahead from the main one, sorry for that.