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.
2 parents 2ef427d + bede537 commit 18da9d5Copy full SHA for 18da9d5
app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2011 Adobe
+ * All Rights Reserved.
5
*/
6
7
namespace Magento\Multishipping\Model\Checkout\Type;
@@ -703,7 +703,7 @@ protected function _prepareOrder(\Magento\Quote\Model\Quote\Address $address)
703
$store = $order->getStore();
704
$amountPrice = $store->getBaseCurrency()
705
->convert($shippingPrice, $store->getCurrentCurrencyCode());
706
- $order->setBaseShippingAmount($shippingPrice);
+ $order->setBaseShippingAmount((float)$shippingPrice);
707
$order->setShippingAmount($amountPrice);
708
709
$order->setQuote($quote);
0 commit comments