diff --git a/config/care.php b/config/care.php index 7fa8d59..2529d8e 100644 --- a/config/care.php +++ b/config/care.php @@ -218,12 +218,12 @@ return [ ], 'pro' => [ 'label' => 'Pro', - 'price_minor' => (int) env('CARE_PRO_PRICE_MINOR', 19900), + 'price_minor' => (int) env('CARE_PRO_PRICE_MINOR', 199000), 'max_branches' => null, ], 'enterprise' => [ 'label' => 'Enterprise', - 'price_minor_per_branch' => (int) env('CARE_ENTERPRISE_PRICE_PER_BRANCH_MINOR', 49900), + 'price_minor_per_branch' => (int) env('CARE_ENTERPRISE_PRICE_PER_BRANCH_MINOR', 499000), 'max_branches' => null, ], ], @@ -246,7 +246,7 @@ return [ 'upgrade_banner' => [ 'title' => 'Unlock Care Pro or Enterprise', - 'description' => 'Unlimited branches, lab & pharmacy modules, encounter billing — from GHS 199/mo.', + 'description' => 'Unlimited branches, lab & pharmacy modules, encounter billing — from GHS 1990/mo.', 'route' => 'care.pro.index', ],