Skip to content

Commit

Permalink
fix: fx fulfil header validation2 (#1085)
Browse files Browse the repository at this point in the history
* fix: added missing fields in query

* chore(snapshot): 17.8.0-snapshot.14
  • Loading branch information
vijayg10 authored Aug 23, 2024
1 parent 6afbc6e commit efe0f24
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 48 deletions.
109 changes: 62 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-ledger",
"version": "17.8.0-snapshot.13",
"version": "17.8.0-snapshot.14",
"description": "Central ledger hosted by a scheme to record and settle transfers",
"license": "Apache-2.0",
"author": "ModusBox",
Expand Down
2 changes: 2 additions & 0 deletions src/models/fxTransfer/fxTransfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,13 @@ const getAllDetailsByCommitRequestIdForProxiedFxTransfer = async (commitRequestI
'fxTransfer.*',
'da.participantId AS initiatingFspParticipantId',
'da.name AS initiatingFspName',
'da.isProxy AS initiatingFspIsProxy',
// 'pc21.participantCurrencyId AS counterPartyFspSourceParticipantCurrencyId',
// 'pc22.participantCurrencyId AS counterPartyFspTargetParticipantCurrencyId',
'tp21.participantCurrencyId AS counterPartyFspSourceParticipantCurrencyId',
'ca.participantId AS counterPartyFspParticipantId',
'ca.name AS counterPartyFspName',
'ca.isProxy AS counterPartyFspIsProxy',
'tsc.fxTransferStateChangeId',
'tsc.transferStateId AS transferState',
'tsc.reason AS reason',
Expand Down

0 comments on commit efe0f24

Please sign in to comment.