-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Allow 3rd party modules to perform actions after totals calculation #17127
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
Allow 3rd party modules to perform actions after totals calculation #17127
Conversation
by returning the storage.post promise, third party modules can perform additional actions by adding .done/.fail or .always tasks to the request promise by creating a Javascript mixin for the totals processor.
Hi @navarr. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @navarr. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
By returning the storage.post promise, third party modules can perform
additional actions by adding .done/.fail or .always tasks to the request
promise by creating a Javascript mixin for the totals processor.
Contribution checklist