Force US currency formatting

This commit is contained in:
Hillel Coren 2017-06-13 20:16:20 +03:00
parent 1921d0351e
commit f5da1854e6

View File

@ -150,6 +150,10 @@ class CountriesSeeder extends Seeder
'SK' => [ // Slovakia 'SK' => [ // Slovakia
'swap_currency_symbol' => true, 'swap_currency_symbol' => true,
], ],
'US' => [
'thousand_separator' => ',',
'decimal_separator' => '.',
],
'UY' => [ 'UY' => [
'swap_postal_code' => true, 'swap_postal_code' => true,
], ],