square / connect-csharp-sdk

C# client library for the Square Connect APIs
https://docs.connect.squareup.com/
Apache License 2.0
27 stars 25 forks source link

ToCurrencyEnum Example Outdated #44

Closed ivansmith7795 closed 4 years ago

ivansmith7795 commented 7 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);

tristansokol commented 7 years ago

Just ran into this issue as well!

StephenJosey commented 4 years ago

Not sure what this is referring to any longer, closing out. Please reopen if this issue still exists with link(s).