add default support for Central African currency (#865)

This commit is contained in:
Tindo N. Arsel
2022-03-28 09:28:43 +01:00
committed by GitHub
parent b714833b06
commit 4e7441a5cf

View File

@ -275,6 +275,14 @@ class CurrenciesTableSeeder extends Seeder
'thousand_separator' => '.',
'decimal_separator' => ',',
],
[
'name' => 'Central African Franc',
'code' => 'XAF',
'symbol' => 'CFA ',
'precision' => '2',
'thousand_separator' => ',',
'decimal_separator' => '.',
],
[
'name' => 'West African Franc',
'code' => 'XOF',