mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat(router): adding generic tokenization endpoint (#7905)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -47,6 +47,7 @@ pub mod recon; | ||||
| pub mod refunds; | ||||
| #[cfg(feature = "olap")] | ||||
| pub mod routing; | ||||
| pub mod tokenization; | ||||
| #[cfg(feature = "olap")] | ||||
| pub mod user; | ||||
| #[cfg(feature = "olap")] | ||||
| @ -78,6 +79,8 @@ pub use self::app::PaymentMethodSession; | ||||
| pub use self::app::Proxy; | ||||
| #[cfg(all(feature = "olap", feature = "recon", feature = "v1"))] | ||||
| pub use self::app::Recon; | ||||
| #[cfg(feature = "v2")] | ||||
| pub use self::app::Tokenization; | ||||
| pub use self::app::{ | ||||
|     ApiKeys, AppState, ApplePayCertificatesMigration, Cache, Cards, Configs, ConnectorOnboarding, | ||||
|     Customers, Disputes, EphemeralKey, FeatureMatrix, Files, Forex, Gsm, Health, Hypersense, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shivansh Mathur
					Shivansh Mathur