mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	refactor(router): add domain type for merchant_connector_account id (#5685)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
This commit is contained in:
		 Sai Harsha Vardhan
					Sai Harsha Vardhan
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							f33e1bb65c
						
					
				
				
					commit
					771f48cfe0
				
			| @ -1,7 +1,7 @@ | ||||
| use common_enums::{PaymentMethod, PaymentMethodType}; | ||||
| use common_utils::{ | ||||
|     events::{ApiEventMetric, ApiEventsType}, | ||||
|     impl_api_event_type, | ||||
|     id_type, impl_api_event_type, | ||||
| }; | ||||
|  | ||||
| #[derive(Debug, Clone, serde::Deserialize, serde::Serialize)] | ||||
| @ -46,7 +46,7 @@ pub struct PaymentMethodAuthConnectorChoice { | ||||
|     pub payment_method: PaymentMethod, | ||||
|     pub payment_method_type: PaymentMethodType, | ||||
|     pub connector_name: String, | ||||
|     pub mca_id: String, | ||||
|     pub mca_id: id_type::MerchantConnectorAccountId, | ||||
| } | ||||
|  | ||||
| impl_api_event_type!( | ||||
|  | ||||
		Reference in New Issue
	
	Block a user