Skip to content
Snippets Groups Projects
Commit 47f503cc authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-4094 send: Use OSI Postfach-type

parent 7a7d58a8
2 merge requests!9Draft: Ozg 4094 wiremock ausprobieren,!7Ozg-4094 Konfiguration für nachrichten-manager
Pipeline #1478 passed
......@@ -17,7 +17,7 @@ import lombok.extern.log4j.Log4j2;
public record OsiPostfachRemoteService(
PostfachApiFacadeService postfachApiFacadeService
) implements PostfachRemoteService {
public static final String POSTFACH_TYPE_OSI = "OSIV2";
public static final String POSTFACH_TYPE_OSI = "OSI";
@Override
public void sendMessage(PostfachNachricht nachricht) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment