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 May 7, 2024
1 parent b0e92df commit 59714bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion crates/router/src/connector/payone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ impl
types::PaymentsResponseData,
> for Payone
{

}

impl<Flow, Request, Response> ConnectorCommonExt<Flow, Request, Response> for Payone
Expand Down
8 changes: 2 additions & 6 deletions crates/router/src/connector/payone/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ use crate::{
connector::utils::RouterData,
core::errors,
logger,
types::{
self,
storage::enums as storage_enums,
transformers::ForeignFrom,
},
types::{self, storage::enums as storage_enums, transformers::ForeignFrom},
};

pub struct PayoneRouterData<T> {
Expand Down Expand Up @@ -317,7 +313,7 @@ impl<F> TryFrom<types::PayoutsResponseRouterData<F, PayonePayoutFulfillResponse>
status: Some(storage_enums::PayoutStatus::foreign_from(response.status)),
connector_payout_id: "".to_string(),
payout_eligible: None,
should_add_next_step_to_process_tracker:false
should_add_next_step_to_process_tracker: false,
}),
..item.data
})
Expand Down

0 comments on commit 59714bb

Please sign in to comment.