Skip to content

Commit

Permalink
Add support for Bosnia and Herzegovina Convertible Mark currency
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Jan 29, 2024
1 parent 57a0951 commit 448231f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions database/seeders/CurrenciesTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ public function run()
'decimal_separator' => ',',
'swap_currency_symbol' => true,
],
[
'name' => 'Bosnia and Herzegovina Convertible Mark',
'code' => 'BAM',
'symbol' => 'KM',
'precision' => '2',
'thousand_separator' => ',',
'decimal_separator' => '.',
],
[
'name' => 'South African Rand',
'code' => 'ZAR',
Expand Down

0 comments on commit 448231f

Please sign in to comment.