-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Shipment API won't append comment to email #11207
Comments
@JeroenVanLeusden, thank you for your report. |
I'm working on it #SQUASHTOBERFEST @okobchenko How you want to see this fixed? Maybe I can give it a go. I can implement the solution I have right now and only add the first found comment in the email or combine all comments into one message. |
Hi @JeroenVanLeusden |
Internal ticket to track issue progress: MAGETWO-81673 |
Hi @JeroenVanLeusden the issue has been fixed in 2.2-develop branch and will be available in 2.2.2 soon |
@okorshenko Can you please add the #SQUASHTOBERFEST 2017 label to the PR's? |
@JeroenVanLeusden we are tracking issues in Done, and linked PR, not needed to assign tag to PR itself. |
Internal ticket to track issue progress: MAGETWO-81716 |
Internal ticket to track issue progress: MAGETWO-82187 |
Duplicate of #4320 but since no activity there I created a new one with more detailed information.
Preconditions
Steps to reproduce
"appendComment": true
.Expected result
Actual result
API call used
<domain>/rest/all/V1/order/1/ship
Workaround
This workaround will use the first comment found with
getIsCustomerNotified
which is enough for our use case.Create an after plugin for the
\Magento\Sales\Model\Order\ShipmentDocumentFactory::create
The text was updated successfully, but these errors were encountered: