-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
First of all thank you for making this wrapper.
The issue that I'm facing is which ever class object I'm trying to intialize from the sdk I get the class not found error except for the Client.php class.
The issue can be resolved by matching the directory name and the class namespace.
e.g namespace Mediatoolkit\ActiveCampaign\Contacts;
should be namespace Mediatoolkit\ActiveCampaign\contacts;
namespace Mediatoolkit\ActiveCampaign\Deals;
should be namespace Mediatoolkit\ActiveCampaign\deals;
Metadata
Metadata
Assignees
Labels
No labels