feat: implement AI styling foundation and billing scope rework
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -97,7 +97,7 @@ TEXT,
|
||||
'max_tasks' => 200,
|
||||
'watermark_allowed' => true,
|
||||
'branding_allowed' => true,
|
||||
'features' => ['basic_uploads', 'unlimited_sharing', 'custom_branding', 'custom_tasks', 'live_slideshow', 'advanced_analytics', 'priority_support'],
|
||||
'features' => ['basic_uploads', 'unlimited_sharing', 'custom_branding', 'custom_tasks', 'live_slideshow', 'advanced_analytics', 'priority_support', 'ai_styling'],
|
||||
'lemonsqueezy_product_id' => 'pro_01k8jcxvwp38gay6jj2akjg76s',
|
||||
'lemonsqueezy_variant_id' => 'pri_01k8jcxw5sap4r306wcvc0ephy',
|
||||
'description' => <<<'TEXT'
|
||||
|
||||
Reference in New Issue
Block a user