Merge pull request #883 from Safelite/defect/digital/SSR-1660

SSR-1660 Missed a file
This commit is contained in:
Josh Dassinger 2024-10-30 09:26:04 -05:00 committed by GitHub
commit c7a9250aa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -214,7 +214,7 @@ const endpoints = Object.freeze({
},
DuplicateSearch: {
// eslint-disable-next-line max-len
url: (parentAccountNumber, policyNumber, dateOfLoss) => `${ORDER_BASE_URL}/duplicate-check/${parentAccountNumber}/${policyNumber}/${dateOfLoss}`,
url: `${ORDER_BASE_URL}/duplicate-check`,
method: 'GET'
},
FinalDeductible: {