Skip to content

Commit

Permalink
#518 Changed the epsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Glushko committed Feb 17, 2018
1 parent 32ffc90 commit 74a08e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -217,6 +217,6 @@ private function getStockItemBySku(string $stockCode, string $sku): SourceItemIn
*/
private function isZero(float $floatNumber): bool
{
return $floatNumber < 0.0001;
return $floatNumber < 0.0000001;
}
}

0 comments on commit 74a08e4

Please sign in to comment.