SSR-1660 Missed a file
This commit is contained in:
parent
7c57b3f5a0
commit
9b6837a486
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue