mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(compatibility): add support for stripe compatible webhooks (#1728)
This commit is contained in:
committed by
GitHub
parent
14c2d72509
commit
87ae99f7f2
@ -98,9 +98,3 @@ pub enum OutgoingWebhookContent {
|
||||
RefundDetails(refunds::RefundResponse),
|
||||
DisputeDetails(Box<disputes::DisputeResponse>),
|
||||
}
|
||||
|
||||
pub trait OutgoingWebhookType:
|
||||
Serialize + From<OutgoingWebhook> + Sync + Send + std::fmt::Debug
|
||||
{
|
||||
}
|
||||
impl OutgoingWebhookType for OutgoingWebhook {}
|
||||
|
||||
Reference in New Issue
Block a user