mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	fix(connector): [WISE] Changed error status to string (#7468)
Co-authored-by: Debarshi Gupta <debarshi.gupta@Debarshi-Gupta-CM92YWDXFD.local>
This commit is contained in:
		| @ -56,7 +56,7 @@ impl TryFrom<&types::ConnectorAuthType> for WiseAuthType { | |||||||
| pub struct ErrorResponse { | pub struct ErrorResponse { | ||||||
|     pub timestamp: Option<String>, |     pub timestamp: Option<String>, | ||||||
|     pub errors: Option<Vec<SubError>>, |     pub errors: Option<Vec<SubError>>, | ||||||
|     pub status: Option<i32>, |     pub status: Option<String>, | ||||||
|     pub error: Option<String>, |     pub error: Option<String>, | ||||||
|     pub error_description: Option<String>, |     pub error_description: Option<String>, | ||||||
|     pub message: Option<String>, |     pub message: Option<String>, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user