This commit is contained in:
Sebastian Cretu
2021-03-02 21:19:16 +01:00
8 changed files with 62 additions and 30 deletions

View File

@ -550,6 +550,15 @@ class CurrenciesTableSeeder extends Seeder
'thousand_separator' => ',',
'decimal_separator' => '.'
],
[
'name' => 'Peruvian Soles',
'code' => 'PEN',
'symbol' => 'S/',
'precision' => '2',
'thousand_separator' => ',',
'decimal_separator' => '.'
],
];
foreach ($currencies as $currency) {