mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(router): add endpoint for listing connector features (#6612)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
This commit is contained in:
@ -17,6 +17,7 @@ pub mod disputes;
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
pub mod dummy_connector;
|
||||
pub mod ephemeral_key;
|
||||
pub mod feature_matrix;
|
||||
pub mod files;
|
||||
#[cfg(feature = "frm")]
|
||||
pub mod fraud_check;
|
||||
@ -66,9 +67,9 @@ pub use self::app::DummyConnector;
|
||||
pub use self::app::Recon;
|
||||
pub use self::app::{
|
||||
ApiKeys, AppState, ApplePayCertificatesMigration, Cache, Cards, Configs, ConnectorOnboarding,
|
||||
Customers, Disputes, EphemeralKey, Files, Forex, Gsm, Health, Mandates, MerchantAccount,
|
||||
MerchantConnectorAccount, PaymentLink, PaymentMethods, Payments, Poll, Profile, ProfileNew,
|
||||
Refunds, Relay, SessionState, User, Webhooks,
|
||||
Customers, Disputes, EphemeralKey, FeatureMatrix, Files, Forex, Gsm, Health, Mandates,
|
||||
MerchantAccount, MerchantConnectorAccount, PaymentLink, PaymentMethods, Payments, Poll,
|
||||
Profile, ProfileNew, Refunds, Relay, SessionState, User, Webhooks,
|
||||
};
|
||||
#[cfg(feature = "olap")]
|
||||
pub use self::app::{Blocklist, Organization, Routing, Verify, WebhookEvents};
|
||||
|
||||
Reference in New Issue
Block a user