Skip to content

Commit

Permalink
Merge pull request #57 from wuunder/development
Browse files Browse the repository at this point in the history
Update wcwuunder-create.php
  • Loading branch information
TimD90 authored Apr 19, 2022
2 parents f78a19d + 04e05b7 commit fb962b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/wcwuunder-create.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private function wcwp_roundButNull($val)
return null;
}

return round($val);
return round(floatval($val));
}

/**
Expand Down

0 comments on commit fb962b0

Please sign in to comment.