mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	chore: added the router_data comparison call
This commit is contained in:
		@ -78,7 +78,7 @@ pub enum ValidationError {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/// Integrity check errors.
 | 
			
		||||
#[derive(Debug, Clone, PartialEq, Default)]
 | 
			
		||||
#[derive(Debug, Clone, PartialEq, Default, serde::Serialize)]
 | 
			
		||||
pub struct IntegrityCheckError {
 | 
			
		||||
    /// Field names for which integrity check failed!
 | 
			
		||||
    pub field_names: String,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user