set webhook secret for payment services

This commit is contained in:
Čarodej
2022-01-13 16:16:39 +01:00
parent 8d67d089bf
commit e77e0cda03
8 changed files with 139 additions and 143 deletions

View File

@@ -1083,6 +1083,10 @@ class SetupDevEnvironment extends Command
'name' => 'allowed_stripe',
'value' => 1,
],
[
'name' => 'subscription_type',
'value' => 'fixed',
],
])->each(function ($col) {
Setting::updateOrCreate([
'name' => $col['name'],