-
-
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
New event "adminhtml_sales_order_create_save_before" when editing an order. #1168
New event "adminhtml_sales_order_create_save_before" when editing an order. #1168
Conversation
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.
LGTM
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.
lgtm
Q: short array syntax y/n?
Short array syntax is fine since PHP 5.4 and we list PHP 7.0 as a requirement (although I think 5.6 is still working). |
Unit Test Results1 files 1 suites 0s ⏱️ Results for commit 2a3918c. |
* Updated README.md, closes #992 - add branch alias to composer.json (see #992#issuecomment-638974892) - add AFL 3.0 license - removed duplicate LICENSE.html - ... * Renamed dev-master to dev-main * Renamed dev-master to dev-main - missed one * Added event #1168 Co-authored-by: Sven Reichel <sven.reichel@sandstein.de>
New event for when you're editing an order in Magento Admin and need to make changes to the old and/or new order before save.