Major Pre Release
Pre-release
Pre-release
Dropelikeit
released this
12 Sep 19:37
·
17 commits
to master
since this release
In this release we updated all dev dependencies and added new interfaces for the Vat and Discount calculator.
Breaking Change:
We have changed the VAT module as well as the VatCalculator facade, they no longer accept integers but floats and return floats. We felt this step was necessary and will use union types for this code location (int|float $vat) starting with the PHP 7.4 deprecation.