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

Add more missing currencies #253

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions lib/xero-ruby/models/accounting/currency_code.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class CurrencyCode
CAD ||= "CAD".freeze
CDF ||= "CDF".freeze
CHF ||= "CHF".freeze
CLF ||= "CLF".freeze
CLP ||= "CLP".freeze
CNY ||= "CNY".freeze
COP ||= "COP".freeze
Expand All @@ -55,6 +56,7 @@ class CurrencyCode
DKK ||= "DKK".freeze
DOP ||= "DOP".freeze
DZD ||= "DZD".freeze
EEK ||= "EEK".freeze
EGP ||= "EGP".freeze
ERN ||= "ERN".freeze
ETB ||= "ETB".freeze
Expand Down Expand Up @@ -101,6 +103,7 @@ class CurrencyCode
LRD ||= "LRD".freeze
LSL ||= "LSL".freeze
LTL ||= "LTL".freeze
LVL ||= "LVL".freeze
LYD ||= "LYD".freeze
MAD ||= "MAD".freeze
MDL ||= "MDL".freeze
Expand All @@ -109,11 +112,13 @@ class CurrencyCode
MMK ||= "MMK".freeze
MNT ||= "MNT".freeze
MOP ||= "MOP".freeze
MRO ||= "MRO".freeze
MRU ||= "MRU".freeze
MUR ||= "MUR".freeze
MVR ||= "MVR".freeze
MWK ||= "MWK".freeze
MXN ||= "MXN".freeze
MXV ||= "MXV".freeze
MYR ||= "MYR".freeze
MZN ||= "MZN".freeze
NAD ||= "NAD".freeze
Expand Down Expand Up @@ -142,10 +147,13 @@ class CurrencyCode
SEK ||= "SEK".freeze
SGD ||= "SGD".freeze
SHP ||= "SHP".freeze
SKK ||= "SKK".freeze
SLE ||= "SLE".freeze
SLL ||= "SLL".freeze
SOS ||= "SOS".freeze
SPL ||= "SPL".freeze
SRD ||= "SRD".freeze
STD ||= "STD".freeze
STN ||= "STN".freeze
SVC ||= "SVC".freeze
SYP ||= "SYP".freeze
Expand All @@ -166,6 +174,7 @@ class CurrencyCode
UYU ||= "UYU".freeze
UZS ||= "UZS".freeze
VEF ||= "VEF".freeze
VES ||= "VES".freeze
VND ||= "VND".freeze
VUV ||= "VUV".freeze
WST ||= "WST".freeze
Expand Down