Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikke Srujan authored and Chikke Srujan committed Dec 17, 2024
1 parent dce2961 commit a99efc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/connector_configs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version.workspace = true
license.workspace = true

[features]
default = ["payouts"]
default = ["payouts","dummy_connector"]
production = []
development = []
sandbox = []
Expand Down
3 changes: 3 additions & 0 deletions crates/connector_configs/src/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,11 @@ pub struct ConnectorConfig {
pub xendit: Option<ConnectorTomlConfig>,
pub square: Option<ConnectorTomlConfig>,
pub stax: Option<ConnectorTomlConfig>,
#[cfg(feature = "dummy_connector")]
pub dummy_connector: Option<ConnectorTomlConfig>,
#[cfg(feature = "dummy_connector")]
pub stripe_test: Option<ConnectorTomlConfig>,
#[cfg(feature = "dummy_connector")]
pub paypal_test: Option<ConnectorTomlConfig>,
pub zen: Option<ConnectorTomlConfig>,
pub zsl: Option<ConnectorTomlConfig>,
Expand Down

0 comments on commit a99efc2

Please sign in to comment.