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
@@ -21,10 +21,10 @@ LADILL_SSO_CLIENT_ID=
|
||||
LADILL_SSO_CLIENT_SECRET=
|
||||
|
||||
BILLING_API_URL=https://ladill.com/api/billing
|
||||
BILLING_API_KEY_WOO_MANAGER=
|
||||
BILLING_API_KEY_WOO=
|
||||
|
||||
IDENTITY_API_URL=https://ladill.com/api
|
||||
IDENTITY_API_KEY_WOO_MANAGER=
|
||||
IDENTITY_API_KEY_WOO=
|
||||
|
||||
WOO_MANAGER_PLUGIN_CLIENT_ID=
|
||||
WOO_MANAGER_PLUGIN_CLIENT_SECRET=
|
||||
|
||||
+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',
|
||||
];
|
||||
|
||||
+1
-1
@@ -2,5 +2,5 @@
|
||||
|
||||
return [
|
||||
'api_url' => env('IDENTITY_API_URL', 'https://ladill.com/api'),
|
||||
'api_key' => env('IDENTITY_API_KEY_MINI'),
|
||||
'api_key' => env('IDENTITY_API_KEY_WOO'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user