Skip to content
Snippets Groups Projects
Commit 6e8fe959 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6641 update bayern_id postfach type

parent e36c5661
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ import lombok.extern.log4j.Log4j2; ...@@ -54,7 +54,7 @@ import lombok.extern.log4j.Log4j2;
@ConditionalOnProperty(AntragraumProperties.PROPERTY_ANTRAGSRAUM_URL) @ConditionalOnProperty(AntragraumProperties.PROPERTY_ANTRAGSRAUM_URL)
public class AntragraumService { public class AntragraumService {
static final String BAYERN_ID_SERVICE_KONTO_TYPE = "BayernID"; static final String BAYERN_ID_SERVICE_KONTO_TYPE = "BAYERN_ID";
static final String USER_NOTIFICATION_TEMPLATE = """ static final String USER_NOTIFICATION_TEMPLATE = """
Guten Tag, Guten Tag,
......
...@@ -34,7 +34,7 @@ import net.devh.boot.grpc.client.inject.GrpcClient; ...@@ -34,7 +34,7 @@ import net.devh.boot.grpc.client.inject.GrpcClient;
@Component @Component
class BayernIdPostfachRemoteService implements PostfachRemoteService { class BayernIdPostfachRemoteService implements PostfachRemoteService {
static final String POSTFACH_TYPE = "BayernId"; static final String POSTFACH_TYPE = "BAYERN_ID";
@GrpcClient("bayern-id") @GrpcClient("bayern-id")
private BayernIdProxyServiceStub bayernIdProxyServiceStub; private BayernIdProxyServiceStub bayernIdProxyServiceStub;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment