Skip to content

Commit

Permalink
remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
princefr committed Sep 12, 2024
1 parent ba67a8d commit eeb8865
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
7 changes: 0 additions & 7 deletions src/enums/deposit_status.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/enums/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pub mod access_type;
pub mod currency;
pub mod deposit_status;
pub mod environment;
pub mod party_id_type;
pub mod payer_identification_type;
Expand Down
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ use futures_core::Stream;
use std::error::Error;
use tokio::sync::mpsc::{self, Sender};

use enums::{
deposit_status::DepositStatus, reason::RequestToPayReason,
request_to_pay_status::RequestToPayStatus,
};
use enums::{reason::RequestToPayReason, request_to_pay_status::RequestToPayStatus};
use poem::{
error::ReadBodyError, listener::TcpListener, middleware::AddData, post, web::Data, EndpointExt,
};
Expand Down

0 comments on commit eeb8865

Please sign in to comment.