title | issue | author | author_email | author_github |
---|---|---|---|---|
Automatically unblocking of cart for storefront |
NEXT-10628 |
Sebastian Seggewiss |
seggewiss |
- Changed
\Core\Checkout\Payment\Cart\Error\PaymentMethodBlockedError
to be none persistent.
- Added
Storefront\Checkout\Cart\Error\PaymentMethodChangedError
- Added translation
checkout.payment-method-changed
tosrc/Storefront/Resources/snippet/de_DE/storefront.de-DE.json
- Added translation
checkout.payment-method-changed
tosrc/Storefront/Resources/snippet/en_GB/storefront.en-GB.json
- Added
Storefront\Checkout\Cart\Error\ShippingMethodChangedError
- Added translation
checkout.shipping-method-changed
tosrc/Storefront/Resources/snippet/de_DE/storefront.de-DE.json
- Added translation
checkout.shipping-method-changed
tosrc/Storefront/Resources/snippet/en_GB/storefront.en-GB.json
- Added
Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
- Added
Storefront\Checkout\Payment\BlockedPaymentMethodSwitcher
- Added
Storefront\Checkout\Shipping\BlockedShippingMethodSwitcher
- Changed
Storefront/Page/Checkout/Cart/CheckoutCartPageLoader
to useStorefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
- Changed
Storefront/Page/Checkout/Confirm/CheckoutConfirmPageLoader
to useStorefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
- Changed
Storefront/Page/Checkout/Offcanvas/OffcanvasCartPageLoader
to useStorefront\Checkout\Cart\SalesChannel\StorefrontCartFacade