mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
chore: add lints in workspace cargo config (#223)
This commit is contained in:
@ -566,7 +566,7 @@ pub(crate) async fn call_payment_method(
|
||||
|
||||
pub(crate) fn client_secret_auth<P>(
|
||||
payload: P,
|
||||
auth_type: &services::api::MerchantAuthentication,
|
||||
auth_type: &services::api::MerchantAuthentication<'_>,
|
||||
) -> RouterResult<P>
|
||||
where
|
||||
P: services::Authenticate,
|
||||
@ -1195,7 +1195,7 @@ pub fn make_url_with_signature(
|
||||
}
|
||||
|
||||
pub fn hmac_sha256_sorted_query_params<'a>(
|
||||
params: &mut [(Cow<str>, Cow<str>)],
|
||||
params: &mut [(Cow<'_, str>, Cow<'_, str>)],
|
||||
key: &'a str,
|
||||
) -> RouterResult<String> {
|
||||
params.sort();
|
||||
|
||||
Reference in New Issue
Block a user