Add Serbian Dinar currency

This commit is contained in:
Vasilj Milošević
2019-12-17 11:32:58 +01:00
committed by GitHub
parent a48439785c
commit e8aee3bb32

View File

@ -524,6 +524,14 @@ class CurrenciesTableSeeder extends Seeder
'thousand_separator' => '.', 'thousand_separator' => '.',
'decimal_separator' => ',' 'decimal_separator' => ','
], ],
[
'name' => 'Serbian Dinar',
'code' => 'RSD',
'symbol' => 'RSD',
'precision' => '2',
'thousand_separator' => '.',
'decimal_separator' => ','
],
]; ];
foreach ($currencies as $currency) { foreach ($currencies as $currency) {