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:
chikke srujan
2025-02-23 02:28:10 +05:30
committed by GitHub
parent 11ff437456
commit 0688972814
32 changed files with 992 additions and 36 deletions

View File

@ -4,6 +4,8 @@ mod incoming;
mod incoming_v2;
#[cfg(feature = "v1")]
mod outgoing;
#[cfg(all(feature = "revenue_recovery", feature = "v2"))]
mod recovery_incoming;
pub mod types;
pub mod utils;
#[cfg(feature = "olap")]