Skip to content

Commit 6514a03

Browse files
committed
Merge branch 'ref/nrid-config' of https://github.com/juspay/hyperswitch into ref/nrid-config
2 parents b354413 + 44044fd commit 6514a03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/diesel_models/src/business_profile.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ pub struct BusinessProfileNew {
6565
pub session_expiry: Option<i64>,
6666
pub authentication_connector_details: Option<serde_json::Value>,
6767
pub is_extended_card_info_enabled: Option<bool>,
68-
pub is_connector_agnostic_mit_enabled: Option<bool>,
69-
7068
pub extended_card_info_config: Option<pii::SecretSerdeValue>,
69+
pub is_connector_agnostic_mit_enabled: Option<bool>,
7170
}
7271

7372
#[derive(Clone, Debug, Default, AsChangeset, router_derive::DebugAsDisplay)]

0 commit comments

Comments
 (0)