Skip to content

Commit

Permalink
add South African Rand to currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Apr 13, 2020
1 parent 310b6cc commit 51137e8
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 @@ -34,5 +34,6 @@
'UAH': ('980', 2, '₴', _("Ukrainian Hryvnia")),
'USD': ('840', 2, '$', _("US Dollar")),
'SEK': ('752', 2, 'kr', _("Swedish Kronor")),
'ZAR': ('710', 2, 'R', _("South African Rand")),
# feel free to add more currencies, alphabetically ordered
}

0 comments on commit 51137e8

Please sign in to comment.