Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STD and STN CurrencyCode #362

Open
emeraldhieu opened this issue Mar 6, 2024 · 2 comments
Open

STD and STN CurrencyCode #362

emeraldhieu opened this issue Mar 6, 2024 · 2 comments

Comments

@emeraldhieu
Copy link

SDK you're using (please complete the following information):
com.github.xeroapi:xero-java:4.29.1

Describe the bug
STD and STN CurrencyCode have confusing values

public enum CurrencyCode {

  /** STN */
  STN("STD"),

  /** STD */
  STD("STN"),

Expected behavior

public enum CurrencyCode {

  /** STN */
  STN("STN"),

  /** STD */
  STD("STD"),

Can you explain why? Is it a bug?

Copy link

github-actions bot commented Mar 6, 2024

PETOSS-399

Copy link

github-actions bot commented Mar 6, 2024

Thanks for raising an issue, a ticket has been created to track your request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant