We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c2238 commit a856b02Copy full SHA for a856b02
app/code/Magento/Checkout/Controller/Cart/EstimatePost.php
@@ -63,8 +63,7 @@ public function execute()
63
->setCity($city)
64
->setPostcode($postcode)
65
->setRegionId($regionId)
66
- ->setRegion($region)
67
- ->setCollectShippingRates(true);
+ ->setRegion($region);
68
$this->cart->save();
69
return $this->_goBack();
70
}
0 commit comments