mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(events): add type info to outgoing requests & maintain structural & PII type info (#2956)
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
This commit is contained in:
@ -6,7 +6,7 @@ use serde::Serialize;
|
||||
use crate::{core::errors, headers, services::request::Maskable};
|
||||
|
||||
pub trait OutgoingWebhookType:
|
||||
Serialize + From<webhooks::OutgoingWebhook> + Sync + Send + std::fmt::Debug
|
||||
Serialize + From<webhooks::OutgoingWebhook> + Sync + Send + std::fmt::Debug + 'static
|
||||
{
|
||||
fn get_outgoing_webhooks_signature(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user