We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The piece of code causing the issue:
activecampaign-api-php/includes/ActiveCampaign.class.php
Lines 78 to 83 in 2bf5b72
This is what I do:
What I did to reproduce the bug
$ac->url_base
api_url.com/2/2
/2
Because of this bug it requires me to create new instances of the ActiveCampaign class, instead of using one single instance
ActiveCampaign
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The piece of code causing the issue:
activecampaign-api-php/includes/ActiveCampaign.class.php
Lines 78 to 83 in 2bf5b72
This is what I do:

What I did to reproduce the bug
$ac->url_base
now returnsapi_url.com/2/2
(Note the double/2
!)Because of this bug it requires me to create new instances of the
ActiveCampaign
class, instead of using one single instanceThe text was updated successfully, but these errors were encountered: