Files
isaaccladandCursor a06e8c2ff0
Deploy Ladill Woo Manager / deploy (push) Failing after 1s
Align billing/identity env keys with platform woo slug.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 22:48:34 +00:00

10 lines
236 B
PHP

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