mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
customers: Added ephemeral key authentication for customer retrieve (#89)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
mod admin;
|
||||
mod app;
|
||||
mod customers;
|
||||
mod ephemeral_key;
|
||||
mod health;
|
||||
mod mandates;
|
||||
mod metrics;
|
||||
@ -11,7 +12,7 @@ mod refunds;
|
||||
mod webhooks;
|
||||
|
||||
pub use self::app::{
|
||||
AppState, Customers, Health, Mandates, MerchantAccount, MerchantConnectorAccount,
|
||||
AppState, Customers, EphemeralKey, Health, Mandates, MerchantAccount, MerchantConnectorAccount,
|
||||
PaymentMethods, Payments, Payouts, Refunds, Webhooks,
|
||||
};
|
||||
#[cfg(feature = "stripe")]
|
||||
|
||||
Reference in New Issue
Block a user