mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	refactor(router): make stripe compatibility and certain core routes public (#190)
This commit is contained in:
		| @ -13,7 +13,7 @@ use crate::{ | ||||
| }; | ||||
|  | ||||
| #[instrument(skip(request, payload, state, func))] | ||||
| pub(crate) async fn compatibility_api_wrap<'a, 'b, A, T, Q, F, Fut, S, E>( | ||||
| pub async fn compatibility_api_wrap<'a, 'b, A, T, Q, F, Fut, S, E>( | ||||
|     state: &'b routes::AppState, | ||||
|     request: &'a HttpRequest, | ||||
|     payload: T, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 ItsMeShashank
					ItsMeShashank