asciisd / zoho

Zoho package for Laravel
36 stars 36 forks source link

Error #37

Closed sennz closed 2 years ago

sennz commented 2 years ago

Hi I am getting Call to undefined method Asciisd\Zoho\ZohoModule::where() error when i try similar request below

$records = ZohoManager::useModule('Contacts') ->where('City', 'NY') ->andWhere('State','Alden') ->search();

aemaddin commented 2 years ago

Fixed on v1.2.9

sennz commented 2 years ago

Thank you