mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 12:24:35 -04: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'),
|
'slack_webhook_url' => config('ninja.notification.slack'),
|
||||||
'enabled_modules' => 32767,
|
'enabled_modules' => 32767,
|
||||||
'company_key' => 'demo',
|
'company_key' => 'demo',
|
||||||
|
'enable_shop_api' => true
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$settings = $company->settings;
|
$settings = $company->settings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user