Skip to content
New issue

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

Mailchimp unsubscribe doesn't check if the user is already on the list #13

Open
sminnee opened this issue Apr 4, 2015 · 0 comments
Open

Comments

@sminnee
Copy link

sminnee commented Apr 4, 2015

This code routinely throws an error: https://github.com/camfindlay/silverstripe-apes/blob/1.0/code/APES.php#L196

It throws an error of the form:

There is no record of the email address "(email)" in your account

The problem is that it doesn't check to see whether the user is actually in the list before unsubscribing. This code should be amended to first check to see if the user is in the list, before unsubscribing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant