We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7af0de commit 026c95fCopy full SHA for 026c95f
resources/transactions.ts
@@ -61,7 +61,7 @@ export class Transactions extends BaseResource {
61
}
62
63
64
- return await this.httpPatch<UnitResponse<Transaction>>(`/accounts/${accountId}/transactions/${transactionId}`, data)
+ return await this.httpPatch<UnitResponse<Transaction>>(`/accounts/${accountId}/transactions/${transactionId}`, {data})
65
66
67
0 commit comments