Force US currency formatting
This commit is contained in:
parent
1921d0351e
commit
f5da1854e6
1 changed files with 4 additions and 0 deletions
|
|
@ -150,6 +150,10 @@ class CountriesSeeder extends Seeder
|
|||
'SK' => [ // Slovakia
|
||||
'swap_currency_symbol' => true,
|
||||
],
|
||||
'US' => [
|
||||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.',
|
||||
],
|
||||
'UY' => [
|
||||
'swap_postal_code' => true,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue