mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(router): add an api to enable connector_agnostic_mit feature (#4480)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1100,6 +1100,13 @@ pub struct ExtendedCardInfoChoice {
|
||||
|
||||
impl common_utils::events::ApiEventMetric for ExtendedCardInfoChoice {}
|
||||
|
||||
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize, PartialEq, Eq)]
|
||||
pub struct ConnectorAgnosticMitChoice {
|
||||
pub enabled: bool,
|
||||
}
|
||||
|
||||
impl common_utils::events::ApiEventMetric for ConnectorAgnosticMitChoice {}
|
||||
|
||||
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize, ToSchema)]
|
||||
pub struct ExtendedCardInfoConfig {
|
||||
/// Merchant public key
|
||||
|
||||
Reference in New Issue
Block a user