Skip to content

Commit

Permalink
Dummyconnector issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranKBR committed May 8, 2024
1 parent 9e5431a commit 8091042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/tests/connectors/payone.rs
Expand Up @@ -12,7 +12,7 @@ impl utils::Connector for PayoneTest {
use router::connector::Payone;
types::api::ConnectorData {
connector: Box::new(&Payone),
connector_name: types::Connector::DummyConnector1,
connector_name: types::Connector::Adyen,
// Added as Dummy connector as template code is added for future usage
get_token: types::api::GetToken::Connector,
merchant_connector_id: None,
Expand Down

0 comments on commit 8091042

Please sign in to comment.