Skip to content

Commit

Permalink
feat(api): eclipse-tractusx#172 Rename BPN fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-exxcellent committed May 31, 2023
1 parent f7f421a commit 5cb6780
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object ResponseValues {
LegalEntityIdentifierResponse(CommonValues.identifierValue2, RequestValues.identifierType2, CommonValues.issuingBody2)
private val identifier3 =
LegalEntityIdentifierResponse(CommonValues.identifierValue3, RequestValues.identifierType3, CommonValues.issuingBody3)

val legalForm1 = LegalFormResponse(
technicalKey = CommonValues.legalFormTechnicalKey1,
name = CommonValues.legalFormName1,
Expand Down Expand Up @@ -244,7 +244,7 @@ object ResponseValues {

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

0 comments on commit 5cb6780

Please sign in to comment.