Open emeraldhieu opened 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?
PETOSS-399
Thanks for raising an issue, a ticket has been created to track your request
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
Expected behavior
Can you explain why? Is it a bug?