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
I am getting this error when trying to reactivate a bounce using the following code.
$client = new PostmarkClient({token}); $client->activateBounce({bounceId});
I think it is because of Line 382 in PostmarkClient trying to cast the response to an array
return new PostmarkBounceActivation((array) $this->processRestRequest('PUT', "/bounces/{$id}/activate"));
The text was updated successfully, but these errors were encountered:
I have a fix for this. It should be ready in the next few days.
Sorry, something went wrong.
Issue 129 (#130)
3c2c848
This addresses issue #129. --------- Co-authored-by: Ash <1744544+ashgibson@users.noreply.github.com> Co-authored-by: Eli Wood <ewood@PC26VM7WKL.local>
We pushed a new release that fixes this issue.
No branches or pull requests
I am getting this error when trying to reactivate a bounce using the following code.
$client = new PostmarkClient({token}); $client->activateBounce({bounceId});
I think it is because of Line 382 in PostmarkClient trying to cast the response to an array
return new PostmarkBounceActivation((array) $this->processRestRequest('PUT', "/bounces/{$id}/activate"));
The text was updated successfully, but these errors were encountered: