Skip to content

Commit 24a9503

Browse files
committed
MAGETWO-39166: Table Rate shipping does not work during checkout.:
-fix after CR
1 parent d184e4c commit 24a9503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Model/ShippingInformationManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function saveAddressInformation(
161161
}
162162

163163
try {
164-
$address->collectTotals()->save();
164+
$address->save();
165165
$quote->collectTotals();
166166
$this->quoteRepository->save($quote);
167167
} catch (\Exception $e) {

0 commit comments

Comments
 (0)