-
Notifications
You must be signed in to change notification settings - Fork 105
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
[16.0] shopinvader_api_cart: improve convert_to_sale_write #1534
Conversation
Pass the current cart because: * you might need an env * you might need to determine a value based on the current record This we don't need any other hook on the helpers.
/ocabot merge minor |
What a great day to merge this nice PR. Let's do it! |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 151d139. Thanks a lot for contributing to shopinvader. ❤️ |
It looks like something changed on |
Congratulations, your PR was merged at 151d139. Thanks a lot for contributing to shopinvader. ❤️ |
Always pass an env or a record. On the same vein of shopinvader#1534
Pass the current cart because:
This way we don't need any other hook on the helpers.
Split from #1521