diff --git a/crates/router/src/core/payments/flows/external_proxy_flow.rs b/crates/router/src/core/payments/flows/external_proxy_flow.rs index c1617c3c7b..b044ee0876 100644 --- a/crates/router/src/core/payments/flows/external_proxy_flow.rs +++ b/crates/router/src/core/payments/flows/external_proxy_flow.rs @@ -438,6 +438,7 @@ impl Feature let (router_data_response, status_code) = unified_connector_service::handle_unified_connector_service_response_for_payment_authorize( + &mut router_data, payment_authorize_response.clone(), ) .change_context(ApiErrorResponse::InternalServerError)