Merge pull request #3943 from turbo124/v2
Enable shop api on demo account
This commit is contained in:
commit
8feab4a406
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue