Patrick Henninger
2018-12-28 03:50:42 +01:00
parent 4a2ae61ed4
commit 1190d72b52
5 changed files with 13 additions and 13 deletions

View File

@@ -1034,6 +1034,6 @@ class CartTest extends TestCase
{
$this->app['config']->set('cart.format.decimals', $decimals);
$this->app['config']->set('cart.format.decimal_point', $decimalPoint);
$this->app['config']->set('cart.format.thousand_seperator', $thousandSeperator);
$this->app['config']->set('cart.format.thousand_separator', $thousandSeperator);
}
}