mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17: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:
@ -67,7 +67,8 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::DecisionManagerRetrieveConfig
|
||||
| Flow::ToggleDynamicRouting
|
||||
| Flow::UpdateDynamicRoutingConfigs
|
||||
| Flow::DecisionManagerUpsertConfig => Self::Routing,
|
||||
| Flow::DecisionManagerUpsertConfig
|
||||
| Flow::VolumeSplitOnRoutingType => Self::Routing,
|
||||
|
||||
Flow::RetrieveForexFlow => Self::Forex,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user