You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug where shipping methods weren’t validating if a shipping method in a different store had the same name. (#3676)
Fixed a bug where any modifications to craft\commerce\events\CreateSubscriptionEvent::$parameters weren’t being passed to the gateway’s subscribe() method.
Fixed a bug where stores’ aggregate stock levels weren’t getting updated when inventory changed. (#3668)
Fixed a bug where addresses weren’t being automatically added on Edit Order screens. (#3673)
Fixed a PHP error that could occur when viewing an Edit Order screen after deleting a purchasable. (#3677)
Fixed a bug where some strings weren’t getting translated on Edit Order screens.
Fixed a JavaScript error that could occur when editing an order.