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

Merge pull request 'OZG-6641 Vereinheitlichung Postfach-Typbezeichnung...

Merge pull request 'OZG-6641 Vereinheitlichung Postfach-Typbezeichnung BayernId' (#33) from OZG-6641-Vereinheitlichung-Postfach-Typbezeichnung-BayernId into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/formcycle-plugin/pulls/33


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 9241a12a f301b768
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ import lombok.Getter; ...@@ -30,7 +30,7 @@ import lombok.Getter;
@Getter @Getter
class ServiceKonto { class ServiceKonto {
static final String SERVICE_KONTO_TYPE = "BayernID"; static final String SERVICE_KONTO_TYPE = "BAYERN_ID";
@Builder.Default @Builder.Default
private String type = SERVICE_KONTO_TYPE; private String type = SERVICE_KONTO_TYPE;
......
...@@ -29,7 +29,7 @@ import de.ozgcloud.formcycle.formdata.ServiceKonto.ServiceKontoBuilder; ...@@ -29,7 +29,7 @@ import de.ozgcloud.formcycle.formdata.ServiceKonto.ServiceKontoBuilder;
public class ServiceKontoTestFactory { public class ServiceKontoTestFactory {
public final static String TYPE = "BayernID"; public final static String TYPE = "BAYERN_ID";
public final static String TRUST_LEVEL = "STORK-QAA-Level-1"; public final static String TRUST_LEVEL = "STORK-QAA-Level-1";
public static final String POSTKORB_ID = UUID.randomUUID().toString(); public static final String POSTKORB_ID = UUID.randomUUID().toString();
public static final String SERVICE_KONTO_VERSION = "1"; public static final String SERVICE_KONTO_VERSION = "1";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment