Revert "make final deductible call only if successful policy lookup"
This reverts commit 9465191553.
This commit is contained in:
parent
ceb47cb810
commit
6667fdce77
1 changed files with 1 additions and 4 deletions
|
|
@ -147,10 +147,7 @@ export default {
|
|||
// Call APIs
|
||||
const cmsContentPromise = fetchCmsContentForPage(to?.query?.issPage);
|
||||
const supportingItemsPromise = await useMainStore().getSupportingItems();
|
||||
let finalDeductiblePromise = '';
|
||||
if (useMainStore().order.policyLookupSuccessful) {
|
||||
finalDeductiblePromise = await useMainStore().getFinalDeductible();
|
||||
}
|
||||
const finalDeductiblePromise = await useMainStore().getFinalDeductible();
|
||||
|
||||
// Settle promises and get results
|
||||
const promiseResultMap = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue