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

@ -130,7 +130,7 @@ class Companies extends Controller
Setting::set('general.company_logo', $logo_path);
}
Setting::set('general.default_payment_method', 'cash');
Setting::set('general.default_payment_method', 'offlinepayment.cash.1');
Setting::set('general.default_currency', $request->get('default_currency'));
Setting::save();