Skip to content

Cents deprecated, Minor units introduced

Compare
Choose a tag to compare
@vaskevicius vaskevicius released this 04 Mar 12:36
· 14 commits to master since this release
65c589d

2.5.0

Added

  • Added Money::createFromMinorUnits to return Money object from minor units
  • Added MoneyNormalizer::mapFromMinorUnits to map a Money object from minor units

Deprecated

  • Deprecated Money::createFromCents - more abstract Money::createFromMinorUnits is to be used instead
  • Deprecated MoneyNormalizer::mapFromCents - MoneyNormalizer::mapFromMinorUnits is to be used instead