Daniel Ordax
Results
1
issues of
Daniel Ordax
There's a bug dropped at method `AC_Tracking::log`. Properties `track_actid` and `track_key` are never set. Added a setter. Use example: ``` $this->client = new ActiveCampaign(API_ENDPOINT, API_KEY); $this->client->setTrackCredentials(TRACK_ACTID, TRACK_KEY); ```