mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
refactor(routing): Remove backwards compatibility for the routing crate (#3015)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Shanks <shashank.attarde@juspay.in>
This commit is contained in:
@ -651,11 +651,7 @@ fn compile_merchant_connector_graph(
|
||||
None,
|
||||
)
|
||||
.map_err(KgraphError::GraphConstructionError)?;
|
||||
let connector_dir_val = dir::DirValue::Connector(Box::new(ast::ConnectorChoice {
|
||||
connector,
|
||||
#[cfg(not(feature = "connector_choice_mca_id"))]
|
||||
sub_label: mca.business_sub_label.clone(),
|
||||
}));
|
||||
let connector_dir_val = dir::DirValue::Connector(Box::new(ast::ConnectorChoice { connector }));
|
||||
|
||||
let connector_info = "Connector";
|
||||
let connector_node_id =
|
||||
|
||||
Reference in New Issue
Block a user