Open victorlevandovski opened 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.
public setAmount($amount)
public setCurrency($currency)
Will be fixed with https://github.com/paysera/lib-money/pull/25
In documentation you say that "Money is value object - it's immutable." and yet it has
public setAmount($amount)
andpublic setCurrency($currency)
methods. Something doesn't add up here.