-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
2.0.4 salesOrderRepositoryV1GetList returns always the same shipping address for all orders #4019
Comments
Thanks for reporting this issue. |
…s the same shipping address for all orders #4019
…s the same shipping address for all orders #4019
…s the same shipping address for all orders #4019
…s the same shipping address for all orders #4019
…s the same shipping address for all orders #4019
…s the same shipping address for all orders #4019
Hi @tw123 We fixed it in develop branch. Closing the ticket as resolved. Thanks all. Feel free to re-open if there any open questions for this fix. |
I tested this issue with 2.0.6, I see that the fix hasn't been released yet. Is there an ETA as to when this fix will be released? |
[pangolin] MQE-1509: Fix MFTF tests that affect integration run
Why this ticket is closed? |
The shipping address is always the same for all orders when I use getList.
Only when I fetch them individually the shipping address is correct.
Example:
Order A with Shipping address A
Order B with Shipping address B
Query for both orders returns
Order A with Shipping address A
Order B with Shipping address A(!)
The text was updated successfully, but these errors were encountered: