Skip to content

Commit 6cc8abb

Browse files
Merge pull request #107 from CihanSenturk/master
Added new currency
2 parents c26184b + 923311a commit 6cc8abb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

config/money.php

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,6 +1651,7 @@
16511651
'thousands_separator' => ',',
16521652
],
16531653

1654+
// This currency is no longer used. It will be removed soon.
16541655
'VEF' => [
16551656
'name' => 'Bolivar',
16561657
'code' => 937,
@@ -1662,6 +1663,28 @@
16621663
'thousands_separator' => '.',
16631664
],
16641665

1666+
'VES' => [
1667+
'name' => 'Bolívar Soberano',
1668+
'code' => 928,
1669+
'precision' => 2,
1670+
'subunit' => 100,
1671+
'symbol' => 'Bs S',
1672+
'symbol_first' => true,
1673+
'decimal_mark' => ',',
1674+
'thousands_separator' => '.',
1675+
],
1676+
1677+
'VED' => [
1678+
'name' => 'Dijital Bolívar',
1679+
'code' => 926,
1680+
'precision' => 2,
1681+
'subunit' => 100,
1682+
'symbol' => 'Bs D',
1683+
'symbol_first' => true,
1684+
'decimal_mark' => ',',
1685+
'thousands_separator' => '.',
1686+
],
1687+
16651688
'VND' => [
16661689
'name' => 'Dong',
16671690
'code' => 704,

0 commit comments

Comments
 (0)