mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	feat(routing): Enable volume split for dynamic routing (#6662)
Co-authored-by: prajjwalkumar17 <write2prajjwal@gmail.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: prajjwalkumar17 <prajjwal.kumar@juspay.in>
This commit is contained in:
		| @ -969,6 +969,8 @@ pub async fn disable_dynamic_routing_algorithm( | ||||
|                         }), | ||||
|                         elimination_routing_algorithm: dynamic_routing_algo_ref | ||||
|                             .elimination_routing_algorithm, | ||||
|                         dynamic_routing_volume_split: dynamic_routing_algo_ref | ||||
|                             .dynamic_routing_volume_split, | ||||
|                     }, | ||||
|                     cache_entries_to_redact, | ||||
|                 ) | ||||
| @ -999,6 +1001,8 @@ pub async fn disable_dynamic_routing_algorithm( | ||||
|                     algorithm_id, | ||||
|                     routing_types::DynamicRoutingAlgorithmRef { | ||||
|                         success_based_algorithm: dynamic_routing_algo_ref.success_based_algorithm, | ||||
|                         dynamic_routing_volume_split: dynamic_routing_algo_ref | ||||
|                             .dynamic_routing_volume_split, | ||||
|                         elimination_routing_algorithm: Some( | ||||
|                             routing_types::EliminationRoutingAlgorithm { | ||||
|                                 algorithm_id_with_timestamp: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sarthak Soni
					Sarthak Soni