Skip to content

Commit

Permalink
Merge pull request #107 from CihanSenturk/master
Browse files Browse the repository at this point in the history
Added new currency
  • Loading branch information
cuneytsenturk authored Jul 23, 2024
2 parents c26184b + 923311a commit 6cc8abb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/money.php
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,7 @@
'thousands_separator' => ',',
],

// This currency is no longer used. It will be removed soon.
'VEF' => [
'name' => 'Bolivar',
'code' => 937,
Expand All @@ -1662,6 +1663,28 @@
'thousands_separator' => '.',
],

'VES' => [
'name' => 'Bolívar Soberano',
'code' => 928,
'precision' => 2,
'subunit' => 100,
'symbol' => 'Bs S',
'symbol_first' => true,
'decimal_mark' => ',',
'thousands_separator' => '.',
],

'VED' => [
'name' => 'Dijital Bolívar',
'code' => 926,
'precision' => 2,
'subunit' => 100,
'symbol' => 'Bs D',
'symbol_first' => true,
'decimal_mark' => ',',
'thousands_separator' => '.',
],

'VND' => [
'name' => 'Dong',
'code' => 704,
Expand Down

0 comments on commit 6cc8abb

Please sign in to comment.