Skip to content
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: [#162350] Clear cross core project when clearing cart #4439

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

LeticiaErrandonea
Copy link
Collaborator

Release Notes

  • Clear cross core project when clearing cart

@LeticiaErrandonea LeticiaErrandonea requested a review from a team as a code owner July 17, 2024 19:48
@@ -130,6 +130,7 @@ def clear_cart?
order_details.destroy_all
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method should probably not end with ? - maybe clear_cart instead?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it may be related to it being used as a guard. Not sure, but I see the rest also follow that pattern

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼 good to merge then

@LeticiaErrandonea LeticiaErrandonea merged commit d3b78bb into master Jul 17, 2024
3 checks passed
@LeticiaErrandonea LeticiaErrandonea deleted the 162350-clear_cross_core_project branch July 17, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants