added new currency: peruvian soles

This commit is contained in:
Renzo Castillo
2021-02-22 11:34:25 -05:00
parent 7f0da9dc36
commit 340bf3be06

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) {