mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	feat(currency_conversion): add currency conversion feature (#2948)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -122,6 +122,7 @@ pub fn mk_app( | ||||
|             .service(routes::Payments::server(state.clone())) | ||||
|             .service(routes::Customers::server(state.clone())) | ||||
|             .service(routes::Configs::server(state.clone())) | ||||
|             .service(routes::Forex::server(state.clone())) | ||||
|             .service(routes::Refunds::server(state.clone())) | ||||
|             .service(routes::MerchantConnectorAccount::server(state.clone())) | ||||
|             .service(routes::Mandates::server(state.clone())) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Prajjwal Kumar
					Prajjwal Kumar