paysera / lib-money

Library to manipulate Money
MIT License
7 stars 9 forks source link

Mutable value object #20

Open victorlevandovski opened 2 years ago

victorlevandovski commented 2 years ago

In documentation you say that "Money is value object - it's immutable." and yet it has public setAmount($amount) and public setCurrency($currency) methods. Something doesn't add up here.

tomasliubinas commented 1 year ago

Will be fixed with https://github.com/paysera/lib-money/pull/25