mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
feat(core): replace temp locker with redis (#2594)
This commit is contained in:
committed by
GitHub
parent
c86ac9b1fe
commit
2edbd61235
@ -1,6 +1,7 @@
|
||||
use common_utils::{ext_traits::ValueExt, pii};
|
||||
use error_stack::{report, ResultExt};
|
||||
use masking::ExposeInterface;
|
||||
use router_env::{instrument, tracing};
|
||||
|
||||
use super::helpers;
|
||||
use crate::{
|
||||
@ -20,6 +21,7 @@ use crate::{
|
||||
utils::OptionExt,
|
||||
};
|
||||
|
||||
#[instrument(skip_all)]
|
||||
pub async fn save_payment_method<F: Clone, FData>(
|
||||
state: &AppState,
|
||||
connector: &api::ConnectorData,
|
||||
|
||||
Reference in New Issue
Block a user