mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector_onboarding): Add Connector onboarding APIs (#3050)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -4,6 +4,8 @@ pub mod app;
|
||||
pub mod cache;
|
||||
pub mod cards_info;
|
||||
pub mod configs;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod connector_onboarding;
|
||||
#[cfg(any(feature = "olap", feature = "oltp"))]
|
||||
pub mod currency;
|
||||
pub mod customers;
|
||||
@ -47,9 +49,9 @@ pub use self::app::Routing;
|
||||
#[cfg(all(feature = "olap", feature = "kms"))]
|
||||
pub use self::app::Verify;
|
||||
pub use self::app::{
|
||||
ApiKeys, AppState, BusinessProfile, Cache, Cards, Configs, Customers, Disputes, EphemeralKey,
|
||||
Files, Gsm, Health, LockerMigrate, Mandates, MerchantAccount, MerchantConnectorAccount,
|
||||
PaymentLink, PaymentMethods, Payments, Refunds, User, Webhooks,
|
||||
ApiKeys, AppState, BusinessProfile, Cache, Cards, Configs, ConnectorOnboarding, Customers,
|
||||
Disputes, EphemeralKey, Files, Gsm, Health, LockerMigrate, Mandates, MerchantAccount,
|
||||
MerchantConnectorAccount, PaymentLink, PaymentMethods, Payments, Refunds, User, Webhooks,
|
||||
};
|
||||
#[cfg(feature = "stripe")]
|
||||
pub use super::compatibility::stripe::StripeApis;
|
||||
|
||||
Reference in New Issue
Block a user