mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(webhooks): implement automatic retries for failed webhook deliveries using scheduler (#3842)
This commit is contained in:
@ -160,9 +160,9 @@ pub struct OutgoingWebhook {
|
||||
|
||||
/// This is specific to the flow, for ex: it will be `PaymentsResponse` for payments flow
|
||||
pub content: OutgoingWebhookContent,
|
||||
#[serde(default, with = "custom_serde::iso8601")]
|
||||
|
||||
/// The time at which webhook was sent
|
||||
#[serde(default, with = "custom_serde::iso8601")]
|
||||
pub timestamp: PrimitiveDateTime,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user