feat: implement AI styling foundation and billing scope rework
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-06 20:01:58 +01:00
parent df00deb0df
commit 36bed12ff9
80 changed files with 8944 additions and 49 deletions

View File

@@ -131,6 +131,22 @@ class PackageAddonSeeder extends Seeder
'sort' => 41,
'metadata' => ['price_eur' => 38],
],
[
'key' => 'ai_styling_unlock',
'label' => 'AI Styling Add-on',
'price_id' => null,
'extra_photos' => 0,
'extra_guests' => 0,
'extra_gallery_days' => 0,
'active' => true,
'sort' => 42,
'metadata' => [
'price_eur' => 9,
'entitlements' => [
'features' => ['ai_styling'],
],
],
],
];
foreach ($addons as $addon) {