mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(payments_v2): payment intent diesel and domain models changes v2 (#5783)
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
pub mod admin;
|
||||
pub mod api_keys;
|
||||
pub mod api_locking;
|
||||
#[cfg(feature = "v1")]
|
||||
pub mod apple_pay_certificates_migration;
|
||||
pub mod authentication;
|
||||
#[cfg(feature = "v1")]
|
||||
pub mod blocklist;
|
||||
pub mod cache;
|
||||
pub mod cards_info;
|
||||
@ -21,6 +23,7 @@ pub mod files;
|
||||
pub mod fraud_check;
|
||||
pub mod gsm;
|
||||
pub mod health_check;
|
||||
#[cfg(feature = "v1")]
|
||||
pub mod locker_migration;
|
||||
pub mod mandate;
|
||||
pub mod metrics;
|
||||
@ -35,6 +38,7 @@ pub mod pm_auth;
|
||||
pub mod poll;
|
||||
#[cfg(feature = "recon")]
|
||||
pub mod recon;
|
||||
#[cfg(feature = "v1")]
|
||||
pub mod refunds;
|
||||
pub mod routing;
|
||||
pub mod surcharge_decision_config;
|
||||
@ -47,4 +51,5 @@ pub mod utils;
|
||||
pub mod verification;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod verify_connector;
|
||||
#[cfg(feature = "v1")]
|
||||
pub mod webhooks;
|
||||
|
||||
Reference in New Issue
Block a user