mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 14:07:18 +08:00 
			
		
		
		
	feat(router): add kv implementation for update address in update payments flow (#2542)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							81cb8da4d4
						
					
				
				
					commit
					9f446bc174
				
			@ -271,6 +271,11 @@ async fn drainer(
 | 
			
		||||
                            update_op,
 | 
			
		||||
                            connector_response
 | 
			
		||||
                        ),
 | 
			
		||||
                        kv::Updateable::AddressUpdate(a) => macro_util::handle_resp!(
 | 
			
		||||
                            a.orig.update(&conn, a.update_data).await,
 | 
			
		||||
                            update_op,
 | 
			
		||||
                            address
 | 
			
		||||
                        ),
 | 
			
		||||
                    }
 | 
			
		||||
                })
 | 
			
		||||
                .await;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user