mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
fix(connector): [DummyConnector] change dummy connector names (#1328)
This commit is contained in:
@ -75,10 +75,10 @@ where
|
||||
impl<const T: u8> ConnectorCommon for DummyConnector<T> {
|
||||
fn id(&self) -> &'static str {
|
||||
match T {
|
||||
1 => "dummyconnector1",
|
||||
2 => "dummyconnector2",
|
||||
3 => "dummyconnector3",
|
||||
_ => "dummyconnector",
|
||||
1 => "phonypay",
|
||||
2 => "fauxpay",
|
||||
3 => "pretendpay",
|
||||
_ => "phonypay",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user