mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(router): add organization_id in authentication table and add it in authentication events (#7168)
This commit is contained in:
committed by
GitHub
parent
9b1b245564
commit
f2117542a7
@ -48,6 +48,7 @@ pub struct Authentication {
|
||||
pub directory_server_id: Option<String>,
|
||||
pub acquirer_country_code: Option<String>,
|
||||
pub service_details: Option<serde_json::Value>,
|
||||
pub organization_id: common_utils::id_type::OrganizationId,
|
||||
}
|
||||
|
||||
impl Authentication {
|
||||
@ -96,6 +97,7 @@ pub struct AuthenticationNew {
|
||||
pub directory_server_id: Option<String>,
|
||||
pub acquirer_country_code: Option<String>,
|
||||
pub service_details: Option<serde_json::Value>,
|
||||
pub organization_id: common_utils::id_type::OrganizationId,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user