update endpoint name

This commit is contained in:
Katie Kroell 2024-04-02 09:38:15 -04:00
parent 3424dc6179
commit 8cc59d93d7

View file

@ -113,7 +113,7 @@ const endpoints = Object.freeze({
method: 'GET'
},
GetAccountInfo: {
url: `${ACCOUNT_BASE_URL}/`,
url: `${ACCOUNT_BASE_URL}/account-details/`,
method: 'GET'
},
TaxOrderItems: {