mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat: add deep health check for analytics (#3438)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -375,9 +375,6 @@ async fn store_bank_details_in_payment_methods(
|
||||
.await
|
||||
.change_context(ApiErrorResponse::InternalServerError)?;
|
||||
|
||||
#[cfg(not(feature = "kms"))]
|
||||
let pm_auth_key = pm_auth_key;
|
||||
|
||||
let mut update_entries: Vec<(storage::PaymentMethod, storage::PaymentMethodUpdate)> =
|
||||
Vec::new();
|
||||
let mut new_entries: Vec<storage::PaymentMethodNew> = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user