mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
chore: code refinement
This commit is contained in:
@ -7964,6 +7964,7 @@ where
|
||||
}
|
||||
|
||||
#[cfg(feature = "v1")]
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
/// Helper function to save a new connector_customer_id from UCS to database
|
||||
/// This only saves if the ID doesn't already exist in the database
|
||||
async fn save_new_connector_customer_id_from_ucs(
|
||||
|
||||
@ -267,7 +267,6 @@ pub async fn fetch_payout_method_data(
|
||||
}
|
||||
|
||||
#[cfg(feature = "v1")]
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub async fn save_payout_data_to_locker(
|
||||
state: &SessionState,
|
||||
payout_data: &mut PayoutData,
|
||||
|
||||
Reference in New Issue
Block a user