Invalid ENUM value EEK for class #CurrencyCode
When attempting to retrieve a list of currencies with
xero_client.accounting_api.get_currencies(tenant_id)
we get RuntimeError (Invalid ENUM value EEK for class #CurrencyCode)
The Estonian Kroon seems to be missing in the list of currencies: https://github.com/XeroAPI/xero-ruby/blob/master/lib/xero-ruby/models/projects/currency_code.rb
PETOSS-286
Thanks for raising an issue, a ticket has been created to track your request
EEK is also missing in https://github.com/XeroAPI/xero-ruby/blob/master/lib/xero-ruby/models/accounting/currency_code.rb
Hi @xxswingxx thanks for raising this, and for your PR. I've updated the OpenAPI spec for this, as it applies to all our SDKs. From that we will build the Ruby SDK with the missing currency codes you picked up.