Skip to content

Commit

Permalink
Merge pull request #175 from fireblocks/travel-rule-beneficiary-origi…
Browse files Browse the repository at this point in the history
…nator-piiIvms-fix-wording

Travel Rule beneficiary person pii ivms fix wording
  • Loading branch information
YoavBZ authored Jun 1, 2023
2 parents 91842e5 + 872d9a1 commit 8ef4971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pii-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class PIIEncryption {
travelRuleMessage.originator = piiIvms.originator;

travelRuleMessage.beneficiary = {
originatorPersons: piiIvms.beneficiary.beneficairyPersons,
originatorPersons: piiIvms.beneficiary.beneficiaryPersons,
accountNumber: piiIvms.beneficiary.accountNumber,
};

Expand Down

0 comments on commit 8ef4971

Please sign in to comment.