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
In 3.0.2 setParameter is a public method on the AbstractGateway -- in 3.0.3 this method appears to be protected via ParametersTrait.
This breaks backwards compatibility.
The text was updated successfully, but these errors were encountered:
Any update on this? We've had to lock our projects to 3.0.2 now and cannot upgrade until this is resolved.
Sorry, something went wrong.
Also facing this issue. Locked to version 3.0.2
I think this should solve it: #220
Tagged
Successfully merging a pull request may close this issue.
In 3.0.2 setParameter is a public method on the AbstractGateway -- in 3.0.3 this method appears to be protected via ParametersTrait.
This breaks backwards compatibility.
The text was updated successfully, but these errors were encountered: