diff --git a/apps/ecosystem/src/ecosystem.service.ts b/apps/ecosystem/src/ecosystem.service.ts index a36125c4a..ffb6ac2c0 100644 --- a/apps/ecosystem/src/ecosystem.service.ts +++ b/apps/ecosystem/src/ecosystem.service.ts @@ -1664,7 +1664,7 @@ export class EcosystemService { throw new BadRequestException(ResponseMessages.ecosystem.error.transactionNotSigned); } - const ecosystemMemberDetails = await this.ecosystemRepository.getAgentDetails(orgId); + const ecosystemMemberDetails = await this.getEcosystemMemberDetails(endorsementTransactionPayload); const ecosystemLeadAgentDetails = await this.getEcosystemLeadAgentDetails(ecosystemId); const agentEndPoint = ecosystemLeadAgentEndPoint ? ecosystemLeadAgentEndPoint