Skip to content

Commit

Permalink
Merge pull request #353 from MartoMcfly/patch-2
Browse files Browse the repository at this point in the history
Update main-client.ts
  • Loading branch information
tiagosiebler authored Aug 1, 2023
2 parents 8a45eeb + fc5fc26 commit eb61916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,11 @@ export class MainClient extends BaseRestClient {
return this.getPrivate('sapi/v1/account/apiRestrictions');
}

acceptQuoteRequest(params: EnableConvertSubAccountParams): Promise<any> {
acceptQuoteRequest(params: AcceptQuoteRequestParams): Promise<any> {
return this.postPrivate('sapi/v1/convert/acceptQuote', params);
}

enableConvertSubAccount(params: AcceptQuoteRequestParams): Promise<any> {
enableConvertSubAccount(params: EnableConvertSubAccountParams): Promise<any> {
return this.postPrivate('sapi/v1/broker/subAccount/convert', params);
}

Expand Down

0 comments on commit eb61916

Please sign in to comment.