1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

Enable shop api on demo account

This commit is contained in:
David Bomba 2020-07-28 22:47:44 +10:00
parent b20c0a5ff0
commit 44894edb17

View File

@ -102,6 +102,7 @@ class DemoMode extends Command
'slack_webhook_url' => config('ninja.notification.slack'),
'enabled_modules' => 32767,
'company_key' => 'demo',
'enable_shop_api' => true
]);
$settings = $company->settings;