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 35324e5 + 3826c60 commit 6377d4bCopy full SHA for 6377d4b
app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/RateQuery.php
@@ -99,7 +99,7 @@ public function getBindings()
99
}
100
} else {
101
$bind[':condition_name'] = $this->request->getConditionName();
102
- $bind[':condition_value'] = $this->request->getData($this->request->getConditionName());
+ $bind[':condition_value'] = round($this->request->getData($this->request->getConditionName()), 4);
103
104
105
return $bind;
0 commit comments