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