Skip to content

Commit 73c6045

Browse files
committed
MC-38031: Checkout with Multiple Addresses - Review Page does not follow the configured total sort order
1 parent d1aaa1e commit 73c6045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Multishipping/Block/Checkout/Overview.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ private function sortTotals($totals): array
498498
ScopeInterface::SCOPE_STORES
499499
);
500500

501+
$sorted = [];
501502
foreach ($sorts as $code => $sortOrder) {
502503
$sorted[$sortOrder] = $code;
503504
}

0 commit comments

Comments
 (0)