Skip to content

Commit

Permalink
fix(bpdm-gate): Add Tax Jurisdiction code to save it to the Output
Browse files Browse the repository at this point in the history
  • Loading branch information
SujitMBRDI committed Sep 20, 2024
1 parent 09a2dc1 commit 450ce89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,8 @@ object BusinessPartnerVerboseValues {
industrialZone = "industrial-zone",
building = "building",
floor = "floor",
door = "door"
door = "door",
taxJurisdictionCode = "123"
),
alternativePostalAddress = AlternativePostalAddressDto(
geographicCoordinates = GeoCoordinateDto(0.6, 0.6, 0.6),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ class OutputUpsertMappings {
industrialZone = industrialZone,
building = building,
floor = floor,
door = door
door = door,
taxJurisdictionCode = taxJurisdictionCode
)

private fun AlternativeAddress.toEntity() =
Expand Down

0 comments on commit 450ce89

Please sign in to comment.