Merge pull request #80 from eboye/master

Add Serbian Dinar currency
This commit is contained in:
Mohit Panjwani
2019-12-21 14:08:10 +05:30
committed by GitHub

View File

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