mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/350
Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/349 Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/478
This commit is contained in:
@@ -49,7 +49,7 @@ return [
|
||||
| Default number format
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This defaults will be used for the formated numbers if you don't
|
||||
| This defaults will be used for the formatted numbers if you don't
|
||||
| set them in the method call.
|
||||
|
|
||||
*/
|
||||
@@ -60,7 +60,7 @@ return [
|
||||
|
||||
'decimal_point' => '.',
|
||||
|
||||
'thousand_seperator' => ','
|
||||
'thousand_separator' => ','
|
||||
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user