Skip to content

Commit

Permalink
changed consumer edc id to consumer edc id stored in contract aggreement
Browse files Browse the repository at this point in the history
(ownConnectorId would have a uuid in its name)
  • Loading branch information
schuberr committed Oct 7, 2024
1 parent 744add1 commit da7b780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void accepted(ContractNegotiationAgreed negotiationAgreed) {
String contractOfferId = negotiation.getLastContractOffer().getId();


ContractAgreementEventLog contractAgreementEventLog = new ContractAgreementEventLog(ownConnectorId, negotiation.getCounterPartyId(), contractAgreement.getId(), contractOfferId);
ContractAgreementEventLog contractAgreementEventLog = new ContractAgreementEventLog(contractAgreement.getConsumerId(), negotiation.getCounterPartyId(), contractAgreement.getId(), contractOfferId);
String jsonString;

try {
Expand Down

0 comments on commit da7b780

Please sign in to comment.