Skip to content

Commit

Permalink
refactor(dto): Remove deprecated DTOs TypeKeyNameVerboseDto, AddressV…
Browse files Browse the repository at this point in the history
…ersionDto, LogisticAddressGateVerboseDto
  • Loading branch information
martinfkaeser committed Aug 15, 2023
1 parent 2b754d6 commit a527650
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 156 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -187,24 +187,6 @@ object ResponseValues {
)
)

val logisticAddress1 = LogisticAddressGateVerboseDto(
bpna = CommonValues.bpnAddress1,
physicalPostalAddress = address1,
bpnLegalEntity = CommonValues.bpn1,
bpnSite = "BPNS0000000001XY",
createdAt = Instant.now(),
updatedAt = Instant.now()
)

val logisticAddress2 = LogisticAddressGateVerboseDto(
bpna = CommonValues.bpnAddress2,
physicalPostalAddress = address2,
bpnLegalEntity = CommonValues.bpn2,
bpnSite = "BPNS0000000002XY",
createdAt = Instant.now(),
updatedAt = Instant.now()
)

val legalEntityResponsePool1 = PoolLegalEntityVerboseDto(
legalName = CommonValues.name1,
legalAddress = LogisticAddressVerboseDto(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ object RequestValues {
val classification5 = ClassificationDto(CommonValues.classification5, null, CommonValues.classificationType)


val version1 = AddressVersionDto(CommonValues.characterSet1, CommonValues.language0)

val postalAddress1 = PhysicalPostalAddressDto(
basePhysicalAddress = BasePhysicalAddressDto(
companyPostalCode = CommonValues.postCode2,
Expand Down

0 comments on commit a527650

Please sign in to comment.