mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	feat(router): add list payment link support (#2805)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kashif <46213975+kashif-m@users.noreply.github.com> Co-authored-by: Kashif <kashif@protonmail.com> Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
This commit is contained in:
		| @ -133,7 +133,6 @@ pub fn mk_app( | ||||
|             .service(routes::PaymentMethods::server(state.clone())) | ||||
|             .service(routes::EphemeralKey::server(state.clone())) | ||||
|             .service(routes::Webhooks::server(state.clone())) | ||||
|             .service(routes::PaymentLink::server(state.clone())); | ||||
|     } | ||||
|  | ||||
|     #[cfg(feature = "olap")] | ||||
| @ -147,6 +146,7 @@ pub fn mk_app( | ||||
|             .service(routes::Routing::server(state.clone())) | ||||
|             .service(routes::LockerMigrate::server(state.clone())) | ||||
|             .service(routes::Gsm::server(state.clone())) | ||||
|             .service(routes::PaymentLink::server(state.clone())) | ||||
|             .service(routes::User::server(state.clone())) | ||||
|     } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sahkal Poddar
					Sahkal Poddar