Align billing defaults and upgrade UI copy with the updated suite pricing. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -78,6 +78,6 @@ class PlanService
|
||||
|
||||
public function proPriceMinor(): int
|
||||
{
|
||||
return (int) config('frontdesk.plans.pro.price_minor', 10000);
|
||||
return (int) config('frontdesk.plans.pro.price_minor', 7900);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,7 +136,7 @@ return [
|
||||
],
|
||||
'pro' => [
|
||||
'label' => 'Pro',
|
||||
'price_minor' => (int) env('FRONTDESK_PRO_PRICE_MINOR', 10000),
|
||||
'price_minor' => (int) env('FRONTDESK_PRO_PRICE_MINOR', 7900),
|
||||
'max_branches' => null,
|
||||
'max_kiosk_devices' => null,
|
||||
'free_emails_per_month' => env('FRONTDESK_PRO_FREE_EMAILS_PER_MONTH') !== null
|
||||
|
||||
@@ -59,7 +59,7 @@ class FrontdeskProTest extends TestCase
|
||||
->get(route('frontdesk.pro.index'))
|
||||
->assertOk()
|
||||
->assertSee('Ladill Frontdesk Pro')
|
||||
->assertSee('GHS 100')
|
||||
->assertSee('GHS 79')
|
||||
->assertSee('Upgrade to Pro');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user