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.
2 parents 55e85cb + 026c95f commit 1942e55Copy full SHA for 1942e55
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