mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): add an api to migrate the apple pay certificates from connector metadata to connector_wallets_details column in merchant connector account (#4790)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
pub mod admin;
|
||||
pub mod api_keys;
|
||||
pub mod app;
|
||||
pub mod apple_pay_certificates_migration;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod blocklist;
|
||||
pub mod cache;
|
||||
@ -58,10 +59,10 @@ pub use self::app::Payouts;
|
||||
#[cfg(all(feature = "olap", feature = "recon"))]
|
||||
pub use self::app::Recon;
|
||||
pub use self::app::{
|
||||
ApiKeys, AppState, BusinessProfile, Cache, Cards, Configs, ConnectorOnboarding, Customers,
|
||||
Disputes, EphemeralKey, Files, Gsm, Health, Mandates, MerchantAccount,
|
||||
MerchantConnectorAccount, PaymentLink, PaymentMethods, Payments, Poll, Refunds, SessionState,
|
||||
User, Webhooks,
|
||||
ApiKeys, AppState, ApplePayCertificatesMigration, BusinessProfile, Cache, Cards, Configs,
|
||||
ConnectorOnboarding, Customers, Disputes, EphemeralKey, Files, Gsm, Health, Mandates,
|
||||
MerchantAccount, MerchantConnectorAccount, PaymentLink, PaymentMethods, Payments, Poll,
|
||||
Refunds, SessionState, User, Webhooks,
|
||||
};
|
||||
#[cfg(feature = "olap")]
|
||||
pub use self::app::{Blocklist, Routing, Verify, WebhookEvents};
|
||||
|
||||
Reference in New Issue
Block a user