mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(payment_attempt): add kv for find last successful attempt (#2206)
This commit is contained in:
@ -50,7 +50,7 @@ impl<T: DatabaseStore> ReverseLookupInterface for RouterStore<T> {
|
||||
er.change_context(new_err)
|
||||
})
|
||||
};
|
||||
get_or_populate_redis(self, id, database_call).await
|
||||
get_or_populate_redis(self, format!("reverse_lookup_{id}"), database_call).await
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user