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

Order recalculation issue #7

Open
jelen07 opened this issue Mar 10, 2021 · 0 comments
Open

Order recalculation issue #7

jelen07 opened this issue Mar 10, 2021 · 0 comments

Comments

@jelen07
Copy link

jelen07 commented Mar 10, 2021

If the user change the payment method after the order was placed, the order total price does not change, just the payment fee.

The $orderProcessor->process($order); should be called.

Step to reproduce

  1. Place order as usual
  2. After checkout change payment method with different fee
  3. Check the order total price in admin

💡 Another hint: When you call the process method above, it will mess the order details (add extra payment fee, taxes, etc.).

Update

It's related to Sylius/Sylius#12437 - Sylius's core team should decide, who is responsible for order recalculation after the change of the payment method.

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

No branches or pull requests

1 participant