- balance implementation

- invoice refactoring
This commit is contained in:
Čarodej
2021-12-15 11:24:41 +01:00
parent 6cb3503870
commit b368d56bbc
14 changed files with 197 additions and 150 deletions

View File

@@ -956,6 +956,10 @@ class SetupDevEnvironment extends Command
{
// Get options
collect([
[
'name' => 'subscription_type', // TODO: add to setup wizard
'value' => 'metered',
],
[
'name' => 'setup_wizard_database',
'value' => 1,