mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:50:53 +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
				
			| @ -180,7 +180,7 @@ pub async fn create_new_authentication( | ||||
|     token: String, | ||||
|     profile_id: common_utils::id_type::ProfileId, | ||||
|     payment_id: Option<String>, | ||||
|     merchant_connector_id: String, | ||||
|     merchant_connector_id: common_utils::id_type::MerchantConnectorAccountId, | ||||
| ) -> RouterResult<storage::Authentication> { | ||||
|     let authentication_id = | ||||
|         common_utils::generate_id_with_default_len(consts::AUTHENTICATION_ID_PREFIX); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user