mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(connector): Add support for passive churn recovery webhooks (#7109)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -178,7 +178,8 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::IncomingRelayWebhookReceive
|
||||
| Flow::WebhookEventInitialDeliveryAttemptList
|
||||
| Flow::WebhookEventDeliveryAttemptList
|
||||
| Flow::WebhookEventDeliveryRetry => Self::Webhooks,
|
||||
| Flow::WebhookEventDeliveryRetry
|
||||
| Flow::RecoveryIncomingWebhookReceive => Self::Webhooks,
|
||||
|
||||
Flow::ApiKeyCreate
|
||||
| Flow::ApiKeyRetrieve
|
||||
|
||||
Reference in New Issue
Block a user