mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(router): add payment incoming webhooks support for v2 (#6551)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
This commit is contained in:
committed by
GitHub
parent
65bf75a75e
commit
8e9c3ec893
@ -1,10 +1,17 @@
|
||||
#[cfg(feature = "v1")]
|
||||
mod incoming;
|
||||
#[cfg(feature = "v2")]
|
||||
mod incoming_v2;
|
||||
#[cfg(feature = "v1")]
|
||||
mod outgoing;
|
||||
pub mod types;
|
||||
pub mod utils;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod webhook_events;
|
||||
|
||||
#[cfg(feature = "v2")]
|
||||
pub(crate) use self::incoming_v2::incoming_webhooks_wrapper;
|
||||
#[cfg(feature = "v1")]
|
||||
pub(crate) use self::{
|
||||
incoming::incoming_webhooks_wrapper,
|
||||
outgoing::{
|
||||
|
||||
Reference in New Issue
Block a user