mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 02:57:02 +08:00
fix(connectors): Mask fields for webhook_resource_object (#4400)
Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com>
This commit is contained in:
@ -1449,6 +1449,8 @@ pub async fn webhooks_wrapper<W: types::OutgoingWebhookType, Ctx: PaymentMethodR
|
||||
))
|
||||
.await?;
|
||||
|
||||
logger::info!(incoming_webhook_payload = ?serialized_req);
|
||||
|
||||
let request_duration = Instant::now()
|
||||
.saturating_duration_since(start_instant)
|
||||
.as_millis();
|
||||
|
||||
Reference in New Issue
Block a user