close #45 Fixed: Not loading payment methods in general settings

This commit is contained in:
cuneytsenturk
2017-10-11 15:47:07 +03:00
parent 4f4a646146
commit be148e3799
12 changed files with 29 additions and 13 deletions

View File

@ -48,7 +48,7 @@ class TestCompany extends Seeder
Setting::set('general.company_address', 'New Street 1254');
Setting::set('general.default_currency', 'USD');
Setting::set('general.default_account', '1');
Setting::set('general.default_payment_method', 'cash');
Setting::set('general.default_payment_method', 'offlinepayment.cash.1');
Setting::save();
$this->command->info('Test company created.');