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

[Cart] Recalculate customer cart when log in #478

Merged
merged 5 commits into from
Jul 24, 2019

Conversation

lchrusciel
Copy link
Member

Based on #476

@lchrusciel lchrusciel requested a review from a team as a code owner July 23, 2019 11:31

/** @var OrderRepositoryInterface */
private $cartRepository;
/** @var RequestStack */
Copy link
Contributor

Choose a reason for hiding this comment

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

missing space


/** @var OrderRepositoryInterface */
private $cartRepository;
/** @var RequestStack */
Copy link
Member

Choose a reason for hiding this comment

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

Missing blank line

@@ -72,6 +72,24 @@
<argument type="service" id="sylius.context.channel" />
</service>

<service
id="sylius.listener.cart_blamer"
Copy link
Member

Choose a reason for hiding this comment

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

Wrong indentation

@lchrusciel lchrusciel merged commit 2290f35 into Sylius:master Jul 24, 2019
@lchrusciel lchrusciel deleted the cart-recalculation branch July 24, 2019 07:27
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.

3 participants