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

CS_REST_Wrapper_Result::was_successful() returns true, but subscribers aren't added #74

Open
rbenvenuto opened this issue Jun 7, 2018 · 0 comments

Comments

@rbenvenuto
Copy link

I am adding subscribers through $wrapper->add($subscriber) method .

Then I check for $result->was_successful() and it always returns true, but only a few subscribers are actualy added to my subscriber list.

It means i'm returning successful messages to my subscribers, but their emails aren't actualy added, only a few ones!

I've searched through my whole code, flushed cache and added exception treatment, but no exceptions are thrown at all, the return from $result->was_successful() is always true.

Can anyone help me with this issue?

@rbenvenuto rbenvenuto changed the title CS_REST_Wrapper_Result::was_successful() checks for true, but subscribers aren't added CS_REST_Wrapper_Result::was_successful() returns true, but subscribers aren't added Jun 7, 2018
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