Skip to content

Commit

Permalink
fix: fix missing party error (#418)
Browse files Browse the repository at this point in the history
* chore: fix

* chore: more fixes

* chore: update schema

* chore(snapshot): 21.2.1-snapshot.0

* chore: change

* chore: dep update

* chore: comment

* chore: spacing
  • Loading branch information
kleyow authored Nov 9, 2022
1 parent def7fe1 commit 54d858c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ export async function handleProcessPartyInfoCallbackCmdEvt(
homeTransactionId: individualTransferData.request.homeTransactionId,
transactionId: individualTransferData.id,
to: individualTransferData.partyResponse?.party,
lastError: individualTransferData.partyResponse?.errorInformation && {
mojaloopError: individualTransferData.partyResponse?.errorInformation,
lastError: individualTransferData.lastError && {
mojaloopError: individualTransferData.lastError.mojaloopError,
},
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,6 @@ paths:
example: b51ec534-ee48-4575-b6a9-ead2955b8069
required:
- homeTransactionId
- transactionId

required: true
responses:
'202':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,6 @@ paths:
example: b51ec534-ee48-4575-b6a9-ead2955b8069
required:
- homeTransactionId
- transactionId

required: true
responses:
'202':
Expand Down

0 comments on commit 54d858c

Please sign in to comment.