aarongtz
Results
2
comments of
aarongtz
> > > same issue stuck on that I'd recommend you always convert the value to the correct one, either using `intval()` `floatval()` PHP functions or casting it `(int)$value`, `(float)$value`
> The `total()` method does make use of [number_format](https://www.php.net/manual/de/function.number-format.php) which in fact always returns a string. This also holds true for all other methods that allow you to pass the...