Skip to content

Commit

Permalink
fix(payment_methods): Resolved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak1799 committed Jun 19, 2024
1 parent c3fe09d commit 85b3127
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/router/src/workflows/payment_method_status_update.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
use common_utils::ext_traits::ValueExt;
// use router_env::logger;
use scheduler::{
consumer::types::process_data, utils as pt_utils, workflows::ProcessTrackerWorkflow,
};

use crate::{
errors,
logger::error,
routes::{metrics, SessionState},
routes::SessionState,
types::storage::{self, PaymentMethodStatusTrackingData},
};

Expand Down

0 comments on commit 85b3127

Please sign in to comment.