Skip to content

Commit

Permalink
Fixes the errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanshbhatnagar18 committed Oct 26, 2023
1 parent 495af26 commit 1bacffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/rapyd/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl<T>
{
type Error = error_stack::Report<errors::ConnectorError>;
fn try_from(
(currency_unit, currency, amount, item): (
(_currency_unit, _currency, amount, item): (
&types::api::CurrencyUnit,
types::storage::enums::Currency,
i64,
Expand Down

0 comments on commit 1bacffd

Please sign in to comment.