env('WOO_MANAGER_PLUGIN_CLIENT_ID'), 'plugin_client_secret' => env('WOO_MANAGER_PLUGIN_CLIENT_SECRET'), 'install_token_ttl_minutes' => (int) env('WOO_INSTALL_TOKEN_TTL', 10), 'webhook_topics' => [ 'order.created', 'order.updated', 'product.created', 'product.updated', 'product.deleted', 'product_category.created', 'product_category.updated', 'product_category.deleted', ], ];