asciisd / zoho-v3

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

Added Manages Tags Operations to all modules #24

Closed upsmod closed 1 year ago

upsmod commented 1 year ago

Manage concerns to work with tags across a Zoho Model Something like

$deals = ZohoManager::useModule('Deals');
$deals->addTagsToRecord($dealId, ['Price On-line']);

fixed #2

upsmod commented 1 year ago

@aemaddin tested - that is without bugs