mctekk / zohocrm

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

Lead Entity Spelt Incorrectly #18

Closed LloydErasmus closed 8 years ago

LloydErasmus commented 8 years ago

$lead->Lead_Souce is spelt incorrectly which prevents the value from being recorded by Zoho.

File : /mctekk/zohocrm/src/Zoho/CRM/Entities/Lead.php

Line 64 : public $Lead_Souce;

Should Be : public $Lead_Source;

kaioken commented 8 years ago

Done, thanks

LloydErasmus commented 8 years ago

Awesome, thank you very much!