feat: implement AI styling foundation and billing scope rework
This commit is contained in:
@@ -32,4 +32,11 @@ return [
|
||||
'extra_gallery_days' => 30,
|
||||
],
|
||||
],
|
||||
'ai_styling_unlock' => [
|
||||
'label' => 'AI Styling Add-on',
|
||||
'variant_id' => env('LEMONSQUEEZY_ADDON_AI_STYLING_VARIANT_ID'),
|
||||
'price' => (float) env('ADDON_AI_STYLING_PRICE', 9.00),
|
||||
'currency' => 'EUR',
|
||||
'increments' => [],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user