mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	feat(refunds_v2): Add refund create core flow (#7619)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -154,7 +154,9 @@ pub fn mk_app( | ||||
|  | ||||
|         #[cfg(all(feature = "v2", feature = "oltp"))] | ||||
|         { | ||||
|             server_app = server_app.service(routes::PaymentMethodSession::server(state.clone())); | ||||
|             server_app = server_app | ||||
|                 .service(routes::PaymentMethodSession::server(state.clone())) | ||||
|                 .service(routes::Refunds::server(state.clone())); | ||||
|         } | ||||
|  | ||||
|         #[cfg(feature = "v1")] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amey Wale
					Amey Wale