mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat: add support for 3ds and surcharge decision through routing rules (#2869)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -3,6 +3,7 @@ pub mod api_keys;
|
||||
pub mod api_locking;
|
||||
pub mod cache;
|
||||
pub mod cards_info;
|
||||
pub mod conditional_config;
|
||||
pub mod configs;
|
||||
pub mod customers;
|
||||
pub mod disputes;
|
||||
@ -19,6 +20,7 @@ pub mod payments;
|
||||
pub mod payouts;
|
||||
pub mod refunds;
|
||||
pub mod routing;
|
||||
pub mod surcharge_decision_config;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod user;
|
||||
pub mod utils;
|
||||
|
||||
Reference in New Issue
Block a user