1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 11:24:03 +00:00
Commit graph

6 commits

Author SHA1 Message Date
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
Samuel Štancl
8ca21240df
Make new() public 2021-12-13 01:18:37 +01:00
Samuel Štancl
c6ef5aa54c addDecimal() and subtractDecimal() 2021-11-28 18:47:59 +01:00
Samuel Štancl
f5bf658155 cents() method 2021-11-28 18:38:54 +01:00
Samuel Štancl
efe697b051 Add function_exists() checks 2021-11-16 19:47:37 +01:00
Samuel Štancl
8847454577 Initial commit 2021-11-16 19:06:57 +01:00