Skip to content

Commit

Permalink
Merge pull request #686 from sniku/add_sek_currency
Browse files Browse the repository at this point in the history
Start supporting SEK
  • Loading branch information
jrief committed Nov 12, 2017
2 parents e615cda + f849ede commit df58b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shop/money/iso4217.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
'TND': ('788', 3, 'TND', _("Tunisian Dinar")),
'UAH': ('980', 2, '₴', _("Ukrainian Hryvnia")),
'USD': ('840', 2, '$', _("US Dollar")),
'SEK': ('752', 2, 'kr', _("Swedish Kronor")),
# feel free to add more currencies, alphabetically ordered
}

0 comments on commit df58b53

Please sign in to comment.