Skip to content

Commit

Permalink
feat(api): eclipse-tractusx#172 Unwrap name schema eclipse-tractusx#180
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-exxcellent committed May 31, 2023
1 parent 5cb6780 commit 3e23529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ object ResponseValues {

val legalEntity1 = LegalEntityResponse(
bpnl = CommonValues.bpnL1,
legalName = name1,
legalName = CommonValues.name1,
identifiers = listOf(identifier1),
legalForm = legalForm1,
states = listOf(leStatus1),
Expand Down

0 comments on commit 3e23529

Please sign in to comment.