From fdb82948bf7b85fff5a1daab374956f8f3d4a69e Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:34:40 +0000 Subject: [PATCH] chore: run formatter --- crates/router/src/core/payment_methods/cards.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/router/src/core/payment_methods/cards.rs b/crates/router/src/core/payment_methods/cards.rs index 3ad1a0d8445b..329187143563 100644 --- a/crates/router/src/core/payment_methods/cards.rs +++ b/crates/router/src/core/payment_methods/cards.rs @@ -2761,7 +2761,7 @@ pub async fn list_payment_methods( .map(|future_usage| future_usage == common_enums::FutureUsage::OffSession) }) .unwrap_or(false); - println!("$$$$$is_cit_transation: {:?}",is_cit_transaction ); + println!("$$$$$is_cit_transation: {:?}", is_cit_transaction); let payment_type = payment_attempt.as_ref().map(|pa| { let amount = api::Amount::from(pa.net_amount.get_order_amount()); let mandate_type = if pa.mandate_id.is_some() {