mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat(router): add acquirer_country_code in acquirer_details and send it in netcetera authentication flow (#4835)
				
					
				
			This commit is contained in:
		 Sai Harsha Vardhan
					Sai Harsha Vardhan
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							e7acaa5716
						
					
				
				
					commit
					3077421cbd
				
			| @ -77,7 +77,10 @@ pub async fn update_trackers<F: Clone, Req>( | ||||
|                     .as_ref() | ||||
|                     .map(|acquirer_details| acquirer_details.acquirer_bin.clone()), | ||||
|                 acquirer_merchant_id: acquirer_details | ||||
|                     .map(|acquirer_details| acquirer_details.acquirer_merchant_id), | ||||
|                     .as_ref() | ||||
|                     .map(|acquirer_details| acquirer_details.acquirer_merchant_id.clone()), | ||||
|                 acquirer_country_code: acquirer_details | ||||
|                     .and_then(|acquirer_details| acquirer_details.acquirer_country_code), | ||||
|                 directory_server_id, | ||||
|             }, | ||||
|             AuthenticationResponseData::AuthNResponse { | ||||
| @ -214,6 +217,7 @@ pub async fn create_new_authentication( | ||||
|         merchant_connector_id, | ||||
|         ds_trans_id: None, | ||||
|         directory_server_id: None, | ||||
|         acquirer_country_code: None, | ||||
|     }; | ||||
|     state | ||||
|         .store | ||||
|  | ||||
		Reference in New Issue
	
	Block a user