mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(euclid): integration with decision engine (#7930)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -269,7 +269,9 @@ impl RoutableConnectorChoiceWithStatus {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy, Clone, serde::Serialize, serde::Deserialize, strum::Display, ToSchema)]
|
||||
#[derive(
|
||||
Debug, Copy, Clone, PartialEq, serde::Serialize, serde::Deserialize, strum::Display, ToSchema,
|
||||
)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
pub enum RoutingAlgorithmKind {
|
||||
@ -484,6 +486,7 @@ pub struct RoutingDictionaryRecord {
|
||||
pub created_at: i64,
|
||||
pub modified_at: i64,
|
||||
pub algorithm_for: Option<TransactionType>,
|
||||
pub decision_engine_routing_id: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize, ToSchema)]
|
||||
|
||||
Reference in New Issue
Block a user