1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 03:14:03 +00:00
money/src
Mikael Dalholm 356aad9cc6 Divide rate with 100
Needed for the calculation to be correct according to the documentation. `$money->addTax(20)` and not `$money->addTax(0.2)`
2021-12-28 11:45:02 +01:00
..
Concerns Initial commit 2021-11-16 19:06:57 +01:00
Currencies Initial commit 2021-11-16 19:06:57 +01:00
Exceptions Initial commit 2021-11-16 19:06:57 +01:00
Currency.php Initial commit 2021-11-16 19:06:57 +01:00
CurrencyManager.php Initial commit 2021-11-16 19:06:57 +01:00
helpers.php Add function_exists() checks 2021-11-16 19:47:37 +01:00
Money.php Divide rate with 100 2021-12-28 11:45:02 +01:00
MoneyServiceProvider.php Initial commit 2021-11-16 19:06:57 +01:00
PriceFormatter.php Initial commit 2021-11-16 19:06:57 +01:00
Wireable.php Initial commit 2021-11-16 19:06:57 +01:00