mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(currency_conversion): add currency conversion feature (#2948)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -4,6 +4,8 @@ pub mod app;
|
||||
pub mod cache;
|
||||
pub mod cards_info;
|
||||
pub mod configs;
|
||||
#[cfg(any(feature = "olap", feature = "oltp"))]
|
||||
pub mod currency;
|
||||
pub mod customers;
|
||||
pub mod disputes;
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
@ -32,6 +34,8 @@ pub mod webhooks;
|
||||
pub mod locker_migration;
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
pub use self::app::DummyConnector;
|
||||
#[cfg(any(feature = "olap", feature = "oltp"))]
|
||||
pub use self::app::Forex;
|
||||
#[cfg(feature = "payouts")]
|
||||
pub use self::app::Payouts;
|
||||
#[cfg(feature = "olap")]
|
||||
|
||||
Reference in New Issue
Block a user