CSR-2423 when researching meemic defect, noticed that coverage sub status of CMPDED gets overwritten
CSR-2423 when researching meemic defect, noticed that coverage sub status of CMPDED gets overwritten
This commit is contained in:
parent
ffcfe7a3da
commit
2e3e8a67bb
1 changed files with 2 additions and 0 deletions
|
|
@ -2005,6 +2005,8 @@ export const actions = {
|
||||||
order.payment.insuranceCoverage.coverageStatus?.toString(),
|
order.payment.insuranceCoverage.coverageStatus?.toString(),
|
||||||
coverageVerificationType:
|
coverageVerificationType:
|
||||||
order.payment.insuranceCoverage.coverageVerificationType,
|
order.payment.insuranceCoverage.coverageVerificationType,
|
||||||
|
coverageSubStatus:
|
||||||
|
order.payment.insuranceCoverage.coverageSubStatus,
|
||||||
},
|
},
|
||||||
isInsurance: order.payment.isInsurance,
|
isInsurance: order.payment.isInsurance,
|
||||||
parentAccountNumber: order.payment.parentAccountNumber,
|
parentAccountNumber: order.payment.parentAccountNumber,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue