fix account_set
This commit is contained in:
parent
faac895509
commit
3335233566
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ type AccountSettings struct {
|
|||
|
||||
func (d *Client) AccountSet(accountID string, settings AccountSettings) (*Account, error) {
|
||||
response := new(Account)
|
||||
return response, d.call(response, "account_list", map[string]interface{}{})
|
||||
return response, d.call(response, "account_set", map[string]interface{}{})
|
||||
}
|
||||
|
||||
func (d *Client) AccountBalance(account *string) (*AccountBalanceResponse, error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue