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
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?
The text was updated successfully, but these errors were encountered:
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
I am adding subscribers through
$wrapper->add($subscriber)
method .Then I check for
$result->was_successful()
and it always returnstrue
, 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?
The text was updated successfully, but these errors were encountered: