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 f8c70d5 + 6377d4b commit b3db585Copy full SHA for b3db585
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