XeroAPI / Xero-Java

Official Java client for use with Xero API
MIT License
78 stars 88 forks source link

STD and STN CurrencyCode #362

Open emeraldhieu opened 8 months ago

emeraldhieu commented 8 months ago

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?

github-actions[bot] commented 8 months ago

PETOSS-399

github-actions[bot] commented 8 months ago

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