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 e40b1ca commit 090f06aCopy full SHA for 090f06a
app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php
@@ -695,7 +695,7 @@ protected function _prepareOrder(\Magento\Quote\Model\Quote\Address $address)
695
);
696
697
$shippingMethodCode = $address->getShippingMethod();
698
- if (isset($shippingMethodCode) && !empty($shippingMethodCode)) {
+ if ($shippingMethodCode) {
699
$rate = $address->getShippingRateByCode($shippingMethodCode);
700
$shippingPrice = $rate->getPrice();
701
} else {
0 commit comments