-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Fix Order comment REST endpoint route param #2750
Merged
fballiano
merged 2 commits into
OpenMage:1.9.4.x
from
elidrissidev:fix/rest-order-add-comment
Nov 27, 2022
Merged
Fix Order comment REST endpoint route param #2750
fballiano
merged 2 commits into
OpenMage:1.9.4.x
from
elidrissidev:fix/rest-order-add-comment
Nov 27, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#2315 has been backported, can you change target to 19.4.x? |
Merged
elidrissidev
force-pushed
the
fix/rest-order-add-comment
branch
from
November 25, 2022 09:32
c6474b9
to
c185425
Compare
github-actions
bot
added
Component: AdminNotification
Relates to Mage_AdminNotification
Component: Adminhtml
Relates to Mage_Adminhtml
Component: Admin
Relates to Mage_Admin
Component: Api
PageRelates to Mage_Api
Component: Api2
Relates to Mage_Api2
Component: Authorizenet
Relates to Mage_Authorizenet
Component: Backup
Relates to Mage_Backup
Component: Bundle
Relates to Mage_Bundle
documentation
environment
htaccess
Mage.php
Relates to app/Mage.php
phpstan
Component: Sales
Relates to Mage_Sales
and removed
Component: Sales
Relates to Mage_Sales
Mage.php
Relates to app/Mage.php
Component: AdminNotification
Relates to Mage_AdminNotification
Component: Api2
Relates to Mage_Api2
htaccess
Component: Backup
Relates to Mage_Backup
Component: Admin
Relates to Mage_Admin
Component: Adminhtml
Relates to Mage_Adminhtml
Component: Authorizenet
Relates to Mage_Authorizenet
labels
Nov 25, 2022
github-actions
bot
removed
Component: Bundle
Relates to Mage_Bundle
Component: Api
PageRelates to Mage_Api
phpstan
labels
Nov 25, 2022
@sreichel Done |
sreichel
approved these changes
Nov 26, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not tested.
fballiano
approved these changes
Nov 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description (*)
In #2315, I mistakenly left out the param name as
comment_id
instead ofid
, which fails when calling$this->_getLocation()
because it expects the param name to always beid
.Related Pull Requests
Manual testing scenarios (*)
Location
header.Contribution checklist (*)