Skip to content

Commit

Permalink
fix: missing connector endpoint for custom transfer process JSONs
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Aug 28, 2023
1 parent f55cd0c commit 60b2898
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class ContractAgreementCardMappedService {
): ContractAgreementCardMapped {
let asset = this.assetPropertyMapper.buildAssetFromProperties(
contractAgreement.asset.properties,
{connectorEndpoint: contractAgreement.counterPartyAddress},
);

return {
Expand Down

0 comments on commit 60b2898

Please sign in to comment.