mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(authentication): added profile acquirer create module (#8155)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -41,6 +41,8 @@ pub mod payouts;
|
||||
pub mod pm_auth;
|
||||
pub mod poll;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod profile_acquirer;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod profiles;
|
||||
#[cfg(feature = "recon")]
|
||||
pub mod recon;
|
||||
@ -86,8 +88,8 @@ pub use self::app::{
|
||||
ApiKeys, AppState, ApplePayCertificatesMigration, Cache, Cards, Configs, ConnectorOnboarding,
|
||||
Customers, Disputes, EphemeralKey, FeatureMatrix, Files, Forex, Gsm, Health, Hypersense,
|
||||
Mandates, MerchantAccount, MerchantConnectorAccount, PaymentLink, PaymentMethods, Payments,
|
||||
Poll, ProcessTracker, Profile, ProfileNew, Refunds, Relay, RelayWebhooks, SessionState,
|
||||
ThreeDsDecisionRule, User, Webhooks,
|
||||
Poll, ProcessTracker, Profile, ProfileAcquirer, ProfileNew, Refunds, Relay, RelayWebhooks,
|
||||
SessionState, ThreeDsDecisionRule, User, Webhooks,
|
||||
};
|
||||
#[cfg(feature = "olap")]
|
||||
pub use self::app::{Blocklist, Organization, Routing, Verify, WebhookEvents};
|
||||
|
||||
Reference in New Issue
Block a user