-
Notifications
You must be signed in to change notification settings - Fork 89
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
Conversation
|
||
/** @var OrderRepositoryInterface */ | ||
private $cartRepository; | ||
/** @var RequestStack */ |
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.
missing space
|
||
/** @var OrderRepositoryInterface */ | ||
private $cartRepository; | ||
/** @var RequestStack */ |
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.
Missing blank line
@@ -72,6 +72,24 @@ | |||
<argument type="service" id="sylius.context.channel" /> | |||
</service> | |||
|
|||
<service | |||
id="sylius.listener.cart_blamer" |
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.
Wrong indentation
Based on #476