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

Update the API Rest Controller to read the posted data from the input stream #244

Merged
merged 3 commits into from
May 3, 2020

Conversation

mtrutledge
Copy link
Contributor

This will fix Issue #243 by setting the position of the InputStream to 0

Fixes #243

Will Strohl and others added 3 commits November 13, 2019 15:36
When the request comes in if the Input stream is not reset to position 0 the postedString always comes out as empty, even when there is content in the stream.

Fixes issue 243
@WillStrohl WillStrohl changed the base branch from master to development May 3, 2020 19:02
@WillStrohl
Copy link
Member

FYI - I changed the target branch from master to development.

@WillStrohl WillStrohl merged commit 145e55f into HotcakesCommerce:development May 3, 2020
@WillStrohl WillStrohl added this to the 03.03.00 milestone Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Posting to REST API to Update Order does not properly read the InputStream from the Request
2 participants