mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
refactor: Rename business profile to profiles in api, diesel, domain, interface and error types (#5877)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -38,6 +38,8 @@ pub mod payouts;
|
||||
#[cfg(any(feature = "olap", feature = "oltp"))]
|
||||
pub mod pm_auth;
|
||||
pub mod poll;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod profiles;
|
||||
#[cfg(feature = "recon")]
|
||||
pub mod recon;
|
||||
#[cfg(feature = "v1")]
|
||||
@ -64,10 +66,10 @@ pub use self::app::Forex;
|
||||
#[cfg(all(feature = "olap", feature = "recon", feature = "v1"))]
|
||||
pub use self::app::Recon;
|
||||
pub use self::app::{
|
||||
ApiKeys, AppState, ApplePayCertificatesMigration, BusinessProfile, BusinessProfileNew, Cache,
|
||||
Cards, Configs, ConnectorOnboarding, Customers, Disputes, EphemeralKey, Files, Gsm, Health,
|
||||
Mandates, MerchantAccount, MerchantConnectorAccount, PaymentLink, PaymentMethods, Payments,
|
||||
Poll, Refunds, SessionState, User, Webhooks,
|
||||
ApiKeys, AppState, ApplePayCertificatesMigration, Cache, Cards, Configs, ConnectorOnboarding,
|
||||
Customers, Disputes, EphemeralKey, Files, Gsm, Health, Mandates, MerchantAccount,
|
||||
MerchantConnectorAccount, PaymentLink, PaymentMethods, Payments, Poll, Profile, ProfileNew,
|
||||
Refunds, SessionState, User, Webhooks,
|
||||
};
|
||||
#[cfg(feature = "olap")]
|
||||
pub use self::app::{Blocklist, Organization, Routing, Verify, WebhookEvents};
|
||||
|
||||
Reference in New Issue
Block a user