mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 14:07:18 +08:00 
			
		
		
		
	refactor(payment_attempt_v2): add payment attempt v2 domain and diesel models (#6027)
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		@ -938,7 +938,7 @@ pub async fn perform_session_flow_routing(
 | 
			
		||||
        let session_pm_input = SessionRoutingPmTypeInput {
 | 
			
		||||
            state: session_input.state,
 | 
			
		||||
            key_store: session_input.key_store,
 | 
			
		||||
            attempt_id: &session_input.payment_attempt.attempt_id,
 | 
			
		||||
            attempt_id: session_input.payment_attempt.get_id(),
 | 
			
		||||
            routing_algorithm: &routing_algorithm,
 | 
			
		||||
            backend_input: backend_input.clone(),
 | 
			
		||||
            allowed_connectors,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user