Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
76cdd1a1e3
commit
1aa360ff72
1 changed files with 1 additions and 3 deletions
|
|
@ -748,9 +748,7 @@ export const useMainStore = defineStore({
|
|||
// Update member number if it is returned.
|
||||
this.order.policy.memberNumber = response.data.additionalFields.memberNum;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
// Only set coverage statuses if we are not calling claim registration at end of flow.
|
||||
if (response.data.isSuccess) {
|
||||
this.updateCoverageStatus(coverageStatuses.VERIFIED);
|
||||
|
|
|
|||
Loading…
Reference in a new issue