Skip to content

Commit

Permalink
chore(helm):778 adding counterPartyId to catalog request.
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mwesener committed May 8, 2024
1 parent 8cf8395 commit fcfe7da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ private CatalogItem getCatalogItem(final NotificationMessage notification, final
CatalogRequest.Builder.newInstance()
.protocol(DEFAULT_PROTOCOL)
.counterPartyAddress(receiverEdcUrl + edcProperties.getIdsPath())
.counterPartyId(notification.getSendTo())
.querySpec(QuerySpec.Builder.newInstance()
.filter(
List.of(new Criterion(NAMESPACE_EDC + "notificationtype", "=", propertyNotificationTypeValue),
Expand Down

0 comments on commit fcfe7da

Please sign in to comment.