activecampaign-api-php
activecampaign-api-php copied to clipboard
fix set tracking params
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);