Skip to content

Commit

Permalink
Merge pull request #818 from jhonvidal/patch-1
Browse files Browse the repository at this point in the history
Update iso4217, new currency BOB code added
  • Loading branch information
jrief committed Jun 15, 2020
2 parents c958d65 + 029ff9a commit 3b9c2f4
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 @@ -10,6 +10,7 @@
'AED': ('784', 2, 'د.إ', _('United Arab Emirates dirham')),
'AUD': ('036', 2, '$', _("Australian Dollar")),
'BHD': ('048', 3, '.د.ب', _('Bahraini dinar')),
'BOB': ('068', 2, 'Bs', _('Boliviano')),
'BRL': ('986', 2, 'R$', _("Brazilian Real")),
'CAD': ('124', 2, 'C$', _("Canadian Dollar")),
'CHF': ('756', 2, 'SFr․', _("Swiss Franc")), # Unicode 8228 as dot to prevent formatting issues
Expand Down

0 comments on commit 3b9c2f4

Please sign in to comment.