mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	fix(connector): fix checkout error response type (#1124)
This commit is contained in:
		 Abhishek Marrivagu
					Abhishek Marrivagu
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							7f3ceb42fb
						
					
				
				
					commit
					5fd16146db
				
			| @ -581,7 +581,6 @@ impl TryFrom<types::RefundsResponseRouterData<api::RSync, CheckoutRefundResponse | ||||
| #[derive(Debug, Default, Eq, PartialEq, Deserialize)] | ||||
| pub struct ErrorResponse { | ||||
|     pub request_id: Option<String>, | ||||
|     #[serde(rename = "type")] | ||||
|     pub error_type: Option<String>, | ||||
|     pub error_codes: Option<Vec<String>>, | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user