mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	fix: surcharge related status and rules fix (#2974)
Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
This commit is contained in:
		@ -74,6 +74,10 @@ impl Context {
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if let Some(card_network) = payment_method.card_network {
 | 
			
		||||
            enum_values.insert(EuclidValue::CardNetwork(card_network));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if let Some(at) = payment.authentication_type {
 | 
			
		||||
            enum_values.insert(EuclidValue::AuthenticationType(at));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user