Files
isaaccladandCursor 61b901095f
Deploy Ladill Care / deploy (push) Successful in 28s
Fix avatar wallet balance by serving JSON from /wallet/balance.
The dropdown was fetching care.wallet (account redirect HTML) instead of a
billing balance API, so Alpine always fell back to "View wallet".

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-18 18:13:13 +00:00

10 lines
238 B
PHP

<?php
return [
'api_url' => env('BILLING_API_URL', 'https://ladill.com/api/billing'),
'api_key' => env('BILLING_API_KEY_CARE'),
'service' => 'care',
'wallet_balance_route' => 'wallet.balance',
'currency' => 'GHS',
];