mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(business_profile): add business profile table and CRUD endpoints (#1928)
This commit is contained in:
@ -25,9 +25,9 @@ pub use self::app::DummyConnector;
|
||||
#[cfg(feature = "payouts")]
|
||||
pub use self::app::Payouts;
|
||||
pub use self::app::{
|
||||
ApiKeys, AppState, Cache, Cards, Configs, Customers, Disputes, EphemeralKey, Files, Health,
|
||||
Mandates, MerchantAccount, MerchantConnectorAccount, PaymentMethods, Payments, Refunds,
|
||||
Webhooks,
|
||||
ApiKeys, AppState, BusinessProfile, Cache, Cards, Configs, Customers, Disputes, EphemeralKey,
|
||||
Files, Health, Mandates, MerchantAccount, MerchantConnectorAccount, PaymentMethods, Payments,
|
||||
Refunds, Webhooks,
|
||||
};
|
||||
#[cfg(feature = "stripe")]
|
||||
pub use super::compatibility::stripe::StripeApis;
|
||||
|
||||
Reference in New Issue
Block a user