mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	fix: Update routing_approach for session_token flow (#8490)
This commit is contained in:
		| @ -8523,6 +8523,7 @@ pub enum RoutingApproach { | ||||
|     DebitRouting, | ||||
|     RuleBasedRouting, | ||||
|     VolumeBasedRouting, | ||||
|     StraightThroughRouting, | ||||
|     #[default] | ||||
|     DefaultFallback, | ||||
| } | ||||
| @ -8533,6 +8534,7 @@ impl RoutingApproach { | ||||
|             "SR_SELECTION_V3_ROUTING" => Self::SuccessRateExploitation, | ||||
|             "SR_V3_HEDGING" => Self::SuccessRateExploration, | ||||
|             "NTW_BASED_ROUTING" => Self::DebitRouting, | ||||
|             "DEFAULT" => Self::StraightThroughRouting, | ||||
|             _ => Self::DefaultFallback, | ||||
|         } | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sarthak Soni
					Sarthak Soni