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
Hi,
There has been an update to the official API spec to fix a bug, which I'd love to see reflected in the SDK as well.
Upstream commit(s):
The bug was that OrderShipmentStateChanged.oldShipmentState was a required field, but it shouldn't have been, as it can be nil.
OrderShipmentStateChanged.oldShipmentState
nil
Is there something I can do to help speed up the release?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi,
There has been an update to the official API spec to fix a bug, which I'd love to see reflected in the SDK as well.
Upstream commit(s):
The bug was that
OrderShipmentStateChanged.oldShipmentState
was a required field, but it shouldn't have been, as it can benil
.Is there something I can do to help speed up the release?
The text was updated successfully, but these errors were encountered: