Skip to content

Commit

Permalink
Merge pull request #65 from tobiasprinz/master
Browse files Browse the repository at this point in the history
Fixed country entry for NZD
  • Loading branch information
spookylukey committed Sep 23, 2015
2 parents abde40e + b6ff01e commit 1e64e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moneyed/classes.py
Expand Up @@ -343,7 +343,7 @@ def get_currency(code=None, iso=None):
NIO = add_currency('NIO', '558', 'Cordoba Oro', ['NICARAGUA'])
NOK = add_currency('NOK', '578', 'Norwegian Krone', ['BOUVET ISLAND', 'NORWAY', 'SVALBARD AND JAN MAYEN'])
NPR = add_currency('NPR', '524', 'Nepalese Rupee', ['NEPAL'])
NZD = add_currency('NZD', '554', 'New Zealand Dollar', ['COOK ISLANDS', ', prefix=None, suffix=NoneNEW ZEALAND', 'NIUE', 'PITCAIRN', 'TOKELAU'])
NZD = add_currency('NZD', '554', 'New Zealand Dollar', ['COOK ISLANDS', 'NEW ZEALAND', 'NIUE', 'PITCAIRN', 'TOKELAU'])
OMR = add_currency('OMR', '512', 'Rial Omani', ['OMAN'])
PEN = add_currency('PEN', '604', 'Nuevo Sol', ['PERU'])
PGK = add_currency('PGK', '598', 'Kina', ['PAPUA NEW GUINEA'])
Expand Down

0 comments on commit 1e64e70

Please sign in to comment.