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:
parent
b20c0a5ff0
commit
44894edb17
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user