Fix join 500, wallet dropdown balance, and launcher Meet entry.
Deploy Ladill Meet / deploy (push) Successful in 1m35s

Handle billing API failures gracefully on session start, add wallet.balance JSON endpoint, and sync Meet into the app launcher.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-01 16:50:02 +00:00
co-authored by Cursor
parent 59b59cb70e
commit d19c131428
6 changed files with 72 additions and 6 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ return [
'api_url' => env('BILLING_API_URL', 'https://ladill.com/api/billing'),
'api_key' => env('BILLING_API_KEY_MEET'),
'service' => 'meet',
'wallet_balance_route' => 'meet.wallet',
'wallet_balance_route' => 'wallet.balance',
'currency' => 'GHS',
];