mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	fix(router): [Trustpay] fix email & user-agent information as mandatory fields in trustpay card payment request (#1414)
This commit is contained in:
		| @ -262,7 +262,8 @@ pub trait BrowserInformationData { | ||||
|  | ||||
| impl BrowserInformationData for types::BrowserInformation { | ||||
|     fn get_ip_address(&self) -> Result<std::net::IpAddr, Error> { | ||||
|         self.ip_address.ok_or_else(missing_field_err("ip_address")) | ||||
|         self.ip_address | ||||
|             .ok_or_else(missing_field_err("browser_info.ip_address")) | ||||
|     } | ||||
| } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Arjun Karthik
					Arjun Karthik