You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In case anyone got this issue, I fixed it. As cc_class.php is provided by ConstantContact, I didn't make a pull request, but I can do it if needed.
Basically, we verify if the "next url" is present. If not, set $call2 to null so we know we got all lists from ConstantContact.
I don't know if that's the proper way to fix it, but it works. And as API v1 is deprecated, I don't think ConstantContact team is caring about that.
The text was updated successfully, but these errors were encountered:
Hm, I wonder if this issue is the same idea as #3? If anyone else can confirm this works, I could merge a pull request on it so future people don't have it.
Hi,
In case anyone got this issue, I fixed it. As
cc_class.php
is provided by ConstantContact, I didn't make a pull request, but I can do it if needed.The code fixed, line 132 in
lk_cc\cc_class.php
:Basically, we verify if the "next url" is present. If not, set
$call2
tonull
so we know we got all lists from ConstantContact.I don't know if that's the proper way to fix it, but it works. And as API v1 is deprecated, I don't think ConstantContact team is caring about that.
The text was updated successfully, but these errors were encountered: