Bill all meet sessions per participant instead of per hour.
Deploy Ladill Meet / deploy (push) Successful in 46s
Deploy Ladill Meet / deploy (push) Successful in 46s
Meetings and webinars now share GHS 0.30 per peak participant, with usage UI and plan quotas updated to match. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-3
@@ -172,12 +172,10 @@ return [
|
||||
],
|
||||
|
||||
'billing' => [
|
||||
'price_per_hour_ghs' => (float) env('MEET_PRICE_PER_HOUR', 0.30),
|
||||
'price_per_participant_ghs' => (float) env('MEET_PRICE_PER_PARTICIPANT', 0.30),
|
||||
'price_per_participant_ghs' => (float) env('MEET_PRICE_PER_PARTICIPANT', env('MEET_PRICE_PER_HOUR', 0.30)),
|
||||
'price_per_gb_month_ghs' => (float) env('MEET_PRICE_PER_GB_MONTH', 0.30),
|
||||
'billing_period_days' => (int) env('MEET_BILLING_PERIOD_DAYS', 30),
|
||||
'grace_period_days' => (int) env('MEET_GRACE_PERIOD_DAYS', 15),
|
||||
'minimum_streaming_hours' => (int) env('MEET_MIN_STREAMING_HOURS', 1),
|
||||
],
|
||||
|
||||
'audit_actions' => [
|
||||
|
||||
Reference in New Issue
Block a user