env('COURIER_API_KEY'), 'api_base_url' => env('COURIER_API_BASE_URL', 'https://api.shiplogic.com'), 'webhook_secret' => env('COURIER_WEBHOOK_SECRET'), // Use shiplogic config from services.php 'shiplogic_collection_address' => config('services.shiplogic.collection_address'), 'shiplogic_collection_contact' => config('services.shiplogic.collection_contact'), ];