mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
chore: address Rust 1.67 clippy lints (#465)
This commit is contained in:
@ -416,10 +416,7 @@ pub async fn update_payment_connector(
|
||||
.await
|
||||
.change_context(errors::ApiErrorResponse::InternalServerError)
|
||||
.attach_printable_lazy(|| {
|
||||
format!(
|
||||
"Failed while updating MerchantConnectorAccount: id: {}",
|
||||
merchant_connector_id
|
||||
)
|
||||
format!("Failed while updating MerchantConnectorAccount: id: {merchant_connector_id}")
|
||||
})?;
|
||||
|
||||
let updated_pm_enabled = updated_mca.payment_methods_enabled.map(|pm| {
|
||||
|
||||
Reference in New Issue
Block a user