mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 02:57:02 +08:00
feat(router): Add webhooks for network tokenization (#6695)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -3,6 +3,8 @@ mod incoming;
|
||||
#[cfg(feature = "v2")]
|
||||
mod incoming_v2;
|
||||
#[cfg(feature = "v1")]
|
||||
mod network_tokenization_incoming;
|
||||
#[cfg(feature = "v1")]
|
||||
mod outgoing;
|
||||
#[cfg(feature = "v2")]
|
||||
mod outgoing_v2;
|
||||
@ -15,7 +17,7 @@ pub mod webhook_events;
|
||||
|
||||
#[cfg(feature = "v1")]
|
||||
pub(crate) use self::{
|
||||
incoming::incoming_webhooks_wrapper,
|
||||
incoming::{incoming_webhooks_wrapper, network_token_incoming_webhooks_wrapper},
|
||||
outgoing::{
|
||||
create_event_and_trigger_outgoing_webhook, get_outgoing_webhook_request,
|
||||
trigger_webhook_and_raise_event,
|
||||
|
||||
Reference in New Issue
Block a user