fix(CurrenciesTableSeeder): added missing currency KWD

This commit is contained in:
Hamad alghanim
2019-11-20 22:16:00 -08:00
parent 017577db42
commit 3ad076d154

View File

@ -79,6 +79,14 @@ class CurrenciesTableSeeder extends Seeder
'thousand_separator' => ',',
'decimal_separator' => '.'
],
[
'name' => 'Kuwaiti Dinar',
'code' => 'KWD',
'symbol' => 'KWD ',
'precision' => '3',
'thousand_separator' => ',',
'decimal_separator' => '.'
],
[
'name' => 'Canadian Dollar',
'code' => 'CAD',