diff --git a/src/Zoho/CRM/Request/Response.php b/src/Zoho/CRM/Request/Response.php index bb6c84d..cfea7c4 100755 --- a/src/Zoho/CRM/Request/Response.php +++ b/src/Zoho/CRM/Request/Response.php @@ -127,7 +127,7 @@ public function isSuccess() */ protected function parseResponse() { - if ($this->method == 'get' && ($this->module == 'Leads' || $this->module == 'Vendors')) { + if ($this->method == 'get' && ($this->module == 'Contacts' || $this->module == 'Accounts' || $this->module == 'Potentials')) { $this->parseResponseGetRecords(); } elseif ($this->method == 'get' && $this->module == 'Users') { $this->parseResponseGetUsers();