Skip to content

Commit

Permalink
Merge pull request #719 from companieshouse/IDVA5-1169-GetTransaction…
Browse files Browse the repository at this point in the history
…ListForResourceKind

update transaction service to get transaction list for resource kind
  • Loading branch information
sardhani-ch authored Sep 30, 2024
2 parents 0adb19f + f9c6bf5 commit d210e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/transaction/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default class TransactionService {
updatedAt: i.updated_at,
status: i.status,
filings: i.filings,
resumeJourneyUri: i.resumeJourneyUri
resumeJourneyUri: i.resume_journey_uri
})) : []
};
return resource;
Expand Down

0 comments on commit d210e8c

Please sign in to comment.