Merge pull request #608 from Safelite/feature/SSR-1153

update endpoint name
This commit is contained in:
katiekroell 2024-04-02 10:00:56 -04:00 committed by GitHub
commit 7d891dbf4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {