Skip to content
Snippets Groups Projects
Commit 24a95039 authored by Iryna Lagno's avatar Iryna Lagno
Browse files

MAGETWO-39166: Table Rate shipping does not work during checkout.:

-fix after CR
parent d184e4cc
Branches
No related merge requests found
......@@ -161,7 +161,7 @@ class ShippingInformationManagement implements \Magento\Checkout\Api\ShippingInf
}
try {
$address->collectTotals()->save();
$address->save();
$quote->collectTotals();
$this->quoteRepository->save($quote);
} catch (\Exception $e) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment