mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(core): add support for consuming eci for AuthNResponse in Authentication flow (#8225)
Co-authored-by: Debarati Ghatak <debarati.ghatak@Debarati-Ghatak-FW569NC29L.local>
This commit is contained in:
@ -95,6 +95,7 @@ pub async fn update_trackers<F: Clone, Req>(
|
||||
trans_status,
|
||||
connector_metadata,
|
||||
ds_trans_id,
|
||||
eci,
|
||||
} => {
|
||||
authentication_value
|
||||
.async_map(|auth_val| {
|
||||
@ -123,6 +124,7 @@ pub async fn update_trackers<F: Clone, Req>(
|
||||
authentication_status,
|
||||
connector_metadata,
|
||||
ds_trans_id,
|
||||
eci,
|
||||
}
|
||||
}
|
||||
AuthenticationResponseData::PostAuthNResponse {
|
||||
|
||||
@ -217,6 +217,7 @@ pub async fn external_authentication_update_trackers<F: Clone, Req>(
|
||||
authentication_status,
|
||||
connector_metadata: authentication_details.connector_metadata,
|
||||
ds_trans_id: authentication_details.ds_trans_id,
|
||||
eci: authentication_details.eci,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user