update endpoint name
This commit is contained in:
parent
3424dc6179
commit
8cc59d93d7
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ const endpoints = Object.freeze({
|
|||
method: 'GET'
|
||||
},
|
||||
GetAccountInfo: {
|
||||
url: `${ACCOUNT_BASE_URL}/`,
|
||||
url: `${ACCOUNT_BASE_URL}/account-details/`,
|
||||
method: 'GET'
|
||||
},
|
||||
TaxOrderItems: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue