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:
Narayan Bhat
2024-09-13 13:11:38 +05:30
committed by GitHub
parent 71bf627fbc
commit 10ac089449
59 changed files with 2893 additions and 762 deletions

View File

@ -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;