Skip to content

Commit

Permalink
Merge pull request #987 from eclipse-tractusx/fix/gate-task-alt-add
Browse files Browse the repository at this point in the history
Cherry-Pick(release/6.0.x): Fix Gate Sending Alternative Address To Orchestrator
  • Loading branch information
nicoprow authored Jul 5, 2024
2 parents 1172a94 + b02caa5 commit daaafc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ For changes to the BPDM Helm charts please consult the [changelog](charts/bpdm/C
- BPDM Gate: GET endpoint to download the csv file template for business partner upload. (#700)
- Apps: Tax Jurisdiction Code to the physical address of a business partner (#955)


## [6.0.2] - [2024-07-03]

### Changed

- BPDM Gate: Now sends alternative addresses which are NULL correctly to the Orchestrator
- BPDM Pool: Changed Checksum generation algorithm: Now checksum includes the BPN with prefix


## [6.0.1] - [2024-05-27]

### Removed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class OrchestratorMappings(
deliveryServiceNumber
)
}
} ?: AlternativeAddress.empty,
},
hasChanged = null
)
}
Expand Down

0 comments on commit daaafc5

Please sign in to comment.