Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Nov 7, 2024
1 parent bb7e4ac commit fdb8294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/core/payment_methods/cards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Check warning on line 2764 in crates/router/src/core/payment_methods/cards.rs

View workflow job for this annotation

GitHub Actions / Spell check

"transation" should be "transition" or "transaction" or "translation".
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() {
Expand Down

0 comments on commit fdb8294

Please sign in to comment.