mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(routing): elimination routing switch for toggling the feature (#6568)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -575,7 +575,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::routing::RoutingDictionaryRecord,
|
||||
api_models::routing::RoutingKind,
|
||||
api_models::routing::RoutableConnectorChoice,
|
||||
api_models::routing::SuccessBasedRoutingFeatures,
|
||||
api_models::routing::DynamicRoutingFeatures,
|
||||
api_models::routing::LinkedRoutingConfigRetrieveResponse,
|
||||
api_models::routing::RoutingRetrieveResponse,
|
||||
api_models::routing::ProfileDefaultRoutingConfig,
|
||||
@ -586,8 +586,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::routing::StraightThroughAlgorithm,
|
||||
api_models::routing::ConnectorVolumeSplit,
|
||||
api_models::routing::ConnectorSelection,
|
||||
api_models::routing::ToggleSuccessBasedRoutingQuery,
|
||||
api_models::routing::ToggleSuccessBasedRoutingPath,
|
||||
api_models::routing::ToggleDynamicRoutingQuery,
|
||||
api_models::routing::ToggleDynamicRoutingPath,
|
||||
api_models::routing::ast::RoutableChoiceKind,
|
||||
api_models::enums::RoutableConnectors,
|
||||
api_models::routing::ast::ProgramConnectorSelection,
|
||||
|
||||
Reference in New Issue
Block a user