mctekk / zohocrm

Wrapper for interact with Zoho CRM API for php
MIT License
49 stars 55 forks source link

Fix cdata bug #37

Closed jarekkantor closed 6 years ago

jarekkantor commented 6 years ago

Commits:

Added support for embedded entities/objects Added support for DateTime objects Implemented updateRelatedRecords API method Implemented using CDATA (Character Data) only for non-integer values in xmlData param Implemented converting only public Element's properties to XML Fixed 'A non-numeric value encountered' error in ZohoClient

kaioken commented 6 years ago

@jarekkantor sorry for the delay, @JustinSencion is testing to merge with master

Thanks for the support