Align billing/identity env keys with platform woo slug.
Deploy Ladill Woo Manager / deploy (push) Failing after 1s
Deploy Ladill Woo Manager / deploy (push) Failing after 1s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
|
||||
return [
|
||||
'api_url' => env('BILLING_API_URL', 'https://ladill.com/api/billing'),
|
||||
'api_key' => env('BILLING_API_KEY_WOO_MANAGER'),
|
||||
'service' => 'woo-manager',
|
||||
'api_key' => env('BILLING_API_KEY_WOO'),
|
||||
'service' => 'woo',
|
||||
'wallet_balance_route' => 'wallet.balance',
|
||||
'currency' => 'GHS',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user