Skip to content

Commit

Permalink
MSRV error resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranKBR committed May 9, 2024
1 parent adf9868 commit db1737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/connector_configs/src/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ impl ConnectorConfig {
Connector::Noon => Ok(connector_data.noon),
Connector::Nuvei => Ok(connector_data.nuvei),
Connector::Payme => Ok(connector_data.payme),
Connector::Payone => Ok(connector_data.payone_payout),
Connector::Payone => Err("Use get_payout_connector_config".to_string()),
Connector::Paypal => Ok(connector_data.paypal),
Connector::Payu => Ok(connector_data.payu),
Connector::Placetopay => Ok(connector_data.placetopay),
Expand Down

0 comments on commit db1737b

Please sign in to comment.