Skip to content

Commit

Permalink
chore: Resolve v2 clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshu-iiitu committed Oct 25, 2024
1 parent 954ed0a commit b3eb956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/router/src/core/payments/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2644,6 +2644,7 @@ impl<F: Clone> TryFrom<PaymentAdditionalData<'_, F>> for types::PaymentsSessionD
),
order_details,
surcharge_details: payment_data.surcharge_details,
email: payment_data.email,
})
}
}
Expand Down

0 comments on commit b3eb956

Please sign in to comment.