mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +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:
		| @ -84,8 +84,6 @@ pub fn seed_knowledge_graph(mcas: JsValue) -> JsResult { | ||||
|         .map(|mca| { | ||||
|             Ok::<_, strum::ParseError>(ast::ConnectorChoice { | ||||
|                 connector: RoutableConnectors::from_str(&mca.connector_name)?, | ||||
|                 #[cfg(not(feature = "connector_choice_mca_id"))] | ||||
|                 sub_label: mca.business_sub_label.clone(), | ||||
|             }) | ||||
|         }) | ||||
|         .collect::<Result<_, _>>() | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amisha Prabhat
					Amisha Prabhat