Files
ladill-merchant/config/billing.php
T
isaaccladandClaude Opus 4.8 f201632382
Deploy Ladill Merchant / deploy (push) Successful in 36s
Add wallet balance widget to the profile menu (after Billing)
Wallet balance peek rendered as a menu row directly under Billing, backed by
a /wallet/balance endpoint (BillingClient) and guarded by Route::has. Also
opens Afia via a direct window event for reliability.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 12:26:19 +00:00

11 lines
341 B
PHP

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