add base url to feature matrix

This commit is contained in:
AkshayaFoiger
2025-10-24 18:07:55 +05:30
parent 7b70d2454e
commit 83761b9d74
3 changed files with 9 additions and 1 deletions

View File

@ -68,6 +68,8 @@ pub struct ConnectorFeatureMatrixResponse {
pub display_name: String,
/// The description of the connector
pub description: String,
/// The base url of the connector
pub base_url: Option<String>,
/// The category of the connector
#[schema(value_type = HyperswitchConnectorCategory, example = "payment_gateway")]
pub category: common_enums::HyperswitchConnectorCategory,