Closed saboter closed 3 years ago
Thanks for letting us know.
This SDK (like the others) is generated from our OpenAPI Specification (OAS) files here: https://github.com/XeroAPI/Xero-OpenAPI/ it would seem that this timezone was missing from the list of ENUMs. I've submitted a PR to add the missing value, once this has been merged, it will appear with the SDK the next time it is auto-generated. You can follow the PR (for the OAS) here: https://github.com/XeroAPI/Xero-OpenAPI/pull/441
Hello,
one of our US clients tried to connect Xero organisation with time zone which is missing in:
xero-ruby/models/accounting/time_zone.rb
Exception was thrown during "get_organisations" call processing:
RuntimeError: Invalid ENUM value EASTERISLANDSTANDARDTIME for class #TimeZone
No idea if its some legacy timezone or something super new but it would be nice to have support for it.