Organizations can subscribe from wallet, expire correctly on free tier, and renew nightly via care:pro-renew. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -217,6 +217,11 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'pro' => [
|
||||
'grace_days' => (int) env('CARE_PRO_GRACE_DAYS', 3),
|
||||
'period_days' => (int) env('CARE_PRO_PERIOD_DAYS', 30),
|
||||
],
|
||||
|
||||
'queue' => [
|
||||
'api_url' => env('QUEUE_API_URL', 'https://queue.ladill.com/api/v1'),
|
||||
'api_key' => env('QUEUE_API_KEY_CARE'),
|
||||
|
||||
Reference in New Issue
Block a user