Merge pull request #608 from Safelite/feature/SSR-1153
update endpoint name
This commit is contained in:
commit
7d891dbf4e
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ const endpoints = Object.freeze({
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
},
|
},
|
||||||
GetAccountInfo: {
|
GetAccountInfo: {
|
||||||
url: `${ACCOUNT_BASE_URL}/`,
|
url: `${ACCOUNT_BASE_URL}/account-details/`,
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
},
|
},
|
||||||
TaxOrderItems: {
|
TaxOrderItems: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue