mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	feat(router): add api to migrate card from basilisk to rust (#2853)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -29,6 +29,7 @@ pub mod user; | ||||
| pub mod verification; | ||||
| pub mod webhooks; | ||||
|  | ||||
| pub mod locker_migration; | ||||
| #[cfg(feature = "dummy_connector")] | ||||
| pub use self::app::DummyConnector; | ||||
| #[cfg(feature = "payouts")] | ||||
| @ -39,8 +40,8 @@ pub use self::app::Routing; | ||||
| pub use self::app::Verify; | ||||
| pub use self::app::{ | ||||
|     ApiKeys, AppState, BusinessProfile, Cache, Cards, Configs, Customers, Disputes, EphemeralKey, | ||||
|     Files, Gsm, Health, Mandates, MerchantAccount, MerchantConnectorAccount, PaymentLink, | ||||
|     PaymentMethods, Payments, Refunds, User, Webhooks, | ||||
|     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
	 Shankar Singh C
					Shankar Singh C