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 6579cd7 + 6a6039b commit 0deda40Copy full SHA for 0deda40
app/code/Magento/Shipping/Model/Carrier/AbstractCarrier.php
@@ -453,7 +453,7 @@ protected function _updateFreeMethodQuote($request)
453
*/
454
public function getFinalPriceWithHandlingFee($cost)
455
{
456
- $handlingFee = $this->getConfigData('handling_fee');
+ $handlingFee = (float)$this->getConfigData('handling_fee');
457
$handlingType = $this->getConfigData('handling_type');
458
if (!$handlingType) {
459
$handlingType = self::HANDLING_TYPE_FIXED;
0 commit comments