diff --git a/public/hyperswitch/Gateway/DEUTSCHEBANK.svg b/public/hyperswitch/Gateway/DEUTSCHEBANK.svg index e69de29bb..d52e3182d 100644 --- a/public/hyperswitch/Gateway/DEUTSCHEBANK.svg +++ b/public/hyperswitch/Gateway/DEUTSCHEBANK.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/screens/Connectors/ConnectorUtils.res b/src/screens/Connectors/ConnectorUtils.res index 70b33ba6c..9ed5157d4 100644 --- a/src/screens/Connectors/ConnectorUtils.res +++ b/src/screens/Connectors/ConnectorUtils.res @@ -711,6 +711,7 @@ let getConnectorNameTypeFromString = (connector, ~connectorType=ConnectorTypes.P | "wellsfargo" => Processors(WELLSFARGO) | "fiuu" => Processors(FIUU) | "novalnet" => Processors(NOVALNET) + | "deutschebank" => Processors(DEUTSCHEBANK) | _ => UnknownConnector("Not known") } | ThreeDsAuthenticator =>