11.78.0
·
17 commits
to master
since this release
Included commits: 11.77.0...11.78.0
Fixes
- Fixed multi-shipment address comparison to correctly identify different shipping addresses by comparing field values instead of object references, ensuring accurate multi-shipment order processing.
- Introduced
SalesConfig::getAddressFieldsToCompare()to store the list of address fields used to determine whether two addresses differ. - Impacted
SalesFacade::saveOrderRaw()with changes. - Impacted
OrderSaverPluginwith facade changes.