Update plan config and billing service defaults to match suite pricing. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -32,6 +32,6 @@ class PlanService
|
||||
|
||||
public function proPriceMinor(): int
|
||||
{
|
||||
return (int) config('care.plans.pro.price_minor', 15000);
|
||||
return (int) config('care.plans.pro.price_minor', 19900);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -212,7 +212,7 @@ return [
|
||||
],
|
||||
'pro' => [
|
||||
'label' => 'Pro',
|
||||
'price_minor' => (int) env('CARE_PRO_PRICE_MINOR', 15000),
|
||||
'price_minor' => (int) env('CARE_PRO_PRICE_MINOR', 19900),
|
||||
'max_branches' => null,
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user