mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix: handle session and confirm flow discrepancy in surcharge details (#2696)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -111,7 +111,9 @@ where
|
||||
KvOperation::Hset(value, sql) => {
|
||||
logger::debug!(kv_operation= %operation, value = ?value);
|
||||
|
||||
redis_conn.set_hash_fields(key, value, Some(ttl)).await?;
|
||||
redis_conn
|
||||
.set_hash_fields(key, value, Some(ttl.into()))
|
||||
.await?;
|
||||
|
||||
store
|
||||
.push_to_drainer_stream::<S>(sql, partition_key)
|
||||
|
||||
Reference in New Issue
Block a user