mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +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