mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): Add support for Proxy api (#7901)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -67,10 +67,15 @@ pub mod relay;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod process_tracker;
|
||||
|
||||
#[cfg(all(feature = "v2", feature = "payment_methods_v2"))]
|
||||
pub mod proxy;
|
||||
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
pub use self::app::DummyConnector;
|
||||
#[cfg(feature = "v2")]
|
||||
pub use self::app::PaymentMethodSession;
|
||||
#[cfg(all(feature = "oltp", feature = "v2", feature = "payment_methods_v2"))]
|
||||
pub use self::app::Proxy;
|
||||
#[cfg(all(feature = "olap", feature = "recon", feature = "v1"))]
|
||||
pub use self::app::Recon;
|
||||
pub use self::app::{
|
||||
|
||||
Reference in New Issue
Block a user