Closed ivansmith7795 closed 4 years ago
Just a heads up your ToCurrencyEnum usage in the example doesn't work: Money money = new Money(amount, Money.ToCurrencyEnum(currency));
Should be: Money money = new Money(amount, Money.CurrencyEnum.USD);
Just ran into this issue as well!
Not sure what this is referring to any longer, closing out. Please reopen if this issue still exists with link(s).
Just a heads up your ToCurrencyEnum usage in the example doesn't work: Money money = new Money(amount, Money.ToCurrencyEnum(currency));
Should be: Money money = new Money(amount, Money.CurrencyEnum.USD);