mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
feat: add x-hs-latency header for application overhead measurement (#2486)
This commit is contained in:
@ -118,6 +118,7 @@ pub async fn construct_webhook_router_data<'a>(
|
||||
payment_method_balance: None,
|
||||
connector_api_version: None,
|
||||
connector_http_status_code: None,
|
||||
external_latency: None,
|
||||
apple_pay_flow: None,
|
||||
};
|
||||
Ok(router_data)
|
||||
|
||||
Reference in New Issue
Block a user