Add Business tier and Paystack prepaid billing for POS.
Deploy Ladill POS / deploy (push) Successful in 35s
Deploy Ladill POS / deploy (push) Successful in 35s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -18,6 +18,13 @@ return [
|
||||
'grace_days' => (int) env('POS_PRO_GRACE_DAYS', 3),
|
||||
],
|
||||
|
||||
'plans' => [
|
||||
'pro' => ['price_minor' => (int) env('POS_PRO_PRICE_MINOR', 7900)],
|
||||
'enterprise' => ['price_minor' => (int) env('POS_ENTERPRISE_PRICE_MINOR', 24900)],
|
||||
],
|
||||
|
||||
'prepaid_months' => [6, 12, 24],
|
||||
|
||||
'free' => [
|
||||
'max_locations' => (int) env('POS_FREE_MAX_LOCATIONS', 1),
|
||||
'max_products' => (int) env('POS_FREE_MAX_PRODUCTS', 50),
|
||||
|
||||
Reference in New Issue
Block a user