Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Oct 17, 2023
1 parent 54d7406 commit 514dd50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/entities/contract-agreement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export class ContractAgreement extends JsonLdId {
}

get consumerId(): string {
return this.mandatoryValue('edc', 'providerId');
return this.mandatoryValue('edc', 'consumerId');
}

get contractSigningDate(): number {
return this.mandatoryValue('edc', 'providerId');
return this.mandatoryValue('edc', 'contractSigningDate');
}

}

0 comments on commit 514dd50

Please sign in to comment.