Skip to content

Commit 50f4904

Browse files
authored
Merge pull request #192 from companieshouse/ncs-449-add-transaction-to-post-body
Add transaction to post body
2 parents fb67fe9 + ae70dd2 commit 50f4904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/transaction/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default class TransactionService {
1616
url += "/" + transaction.id
1717
}
1818

19-
const resp = await this.client.httpPost(url);
19+
const resp = await this.client.httpPost(url, transaction);
2020

2121
if (resp.error) {
2222
return {

0 commit comments

Comments
 (0)