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>
10 lines
238 B
PHP
10 lines
238 B
PHP
<?php
|
|
|
|
return [
|
|
'api_url' => env('BILLING_API_URL', 'https://ladill.com/api/billing'),
|
|
'api_key' => env('BILLING_API_KEY_MEET'),
|
|
'service' => 'meet',
|
|
'wallet_balance_route' => 'wallet.balance',
|
|
'currency' => 'GHS',
|
|
];
|