asciisd / zoho-v3

Laravel Zoho API V3 Package
MIT License
16 stars 17 forks source link

$module_api_name must not be accessed before initialization #5

Closed jayomayan closed 1 year ago

jayomayan commented 1 year ago

I get this error below:

Command:

$leads = ZohoManager::useModule('Leads');
$lead = $leads->getRecord('XXXXXXXXXXXX');

Error Typed property Asciisd\Zoho\ZohoManager::$module_api_name must not be accessed before initialization

jayomayan commented 1 year ago

fixed. it was wrong token.