title | issue | author | author_email |
---|---|---|---|
Fix wrong shipping method when changed multiple times trough address |
NEXT-22790 |
Michel Bade |
- Changed
redirectParameters
to be zero insrc/Storefront/Resources/views/storefront/component/shipping/shipping-form.html.twig
to avoid submitting an order with invalid shipping method - Removed line to clear cart errors in
src/Storefront/Controller/CheckoutController.php
before rendering the checkout confirm page - Changed
redirectParameters
to be zero insrc/Storefront/Resources/app/storefront/src/plugin/address-editor/address-editor.plugin.js
on reload when address modal is closed to prevent unwanted behaviour