Merge pull request #420 from TheZoker/adjust-money-format

Adjust money format to respect swap_currency_symbol
This commit is contained in:
Mohit Panjwani
2021-03-22 12:12:13 +05:30
committed by GitHub
2 changed files with 18 additions and 27 deletions

View File

@ -37,7 +37,8 @@ class CurrenciesTableSeeder extends Seeder
'symbol' => '€',
'precision' => '2',
'thousand_separator' => '.',
'decimal_separator' => ','
'decimal_separator' => ',',
'swap_currency_symbol' => true
],
[
'name' => 'South African Rand',