mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(compatibility): add webhook support for stripe compatibility (#710)
This commit is contained in:
@ -62,3 +62,6 @@ pub enum OutgoingWebhookContent {
|
||||
PaymentDetails(payments::PaymentsResponse),
|
||||
RefundDetails(refunds::RefundResponse),
|
||||
}
|
||||
|
||||
pub trait OutgoingWebhookType: Serialize + From<OutgoingWebhook> + Sync + Send {}
|
||||
impl OutgoingWebhookType for OutgoingWebhook {}
|
||||
|
||||
Reference in New Issue
Block a user