Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Jan 11, 2025
1 parent a2d3c17 commit 4a53878
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions crates/router/src/core/unified_authentication_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,17 @@ impl<F: Clone + Sync> UnifiedAuthenticationService<F> for ClickToPay {
threeds_server_transaction_id: None,
};

let post_auth_router_data: UasPostAuthenticationRouterData = utils::construct_uas_router_data(
state,
connector_name.to_string(),
payment_method,
payment_data.payment_attempt.merchant_id.clone(),
None,
post_authentication_data,
merchant_connector_account,
Some(authentication_id.clone()),
)?;
let post_auth_router_data: UasPostAuthenticationRouterData =
utils::construct_uas_router_data(
state,
connector_name.to_string(),
payment_method,
payment_data.payment_attempt.merchant_id.clone(),
None,
post_authentication_data,
merchant_connector_account,
Some(authentication_id.clone()),
)?;

utils::do_auth_connector_call(
state,
Expand Down

0 comments on commit 4a53878

Please sign in to comment.